forked from robrohan/WebArchiveExtractor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWebArchiveExtractor.sdef
31 lines (25 loc) · 1.04 KB
/
WebArchiveExtractor.sdef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
<dictionary title="">
<suite name="WebArchive Extractor" code="WAEs"
description="Commands and classes for WebArchive Extractor">
<class name="application" code="capp" description=""
inherits="NSCoreSuite.NSApplication">
<cocoa class="NSApplication"/>
<!-- http://developer.apple.com/documentation/Cocoa/Conceptual/ScriptableCocoaApplications/SApps_about_apps/chapter_2_section_4.html#//apple_ref/doc/uid/TP40001976-SW11 -->
<property name="webarchive" code="wbav"
type="file" description="The Archive file to extract">
<cocoa key="archivePath"/>
</property>
<!-- file NSURL "file" -->
<!-- <command name="extract" code="waesextract" description="Extract the WebArchive">
<cocoa class="AppDelegate"/>
</command> -->
<!--
<direct-parameter description="The file(s) to be opened.">
<type type="file" list="yes"/>
</direct-parameter>
-->
</class>
</suite>
</dictionary>