This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInfo.plist
107 lines (107 loc) · 2.91 KB
/
Info.plist
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AMAccepts</key>
<dict>
<key>Container</key>
<string>List</string>
<key>Optional</key>
<false/>
<key>Types</key>
<array>
<string>com.apple.cocoa.string</string>
</array>
</dict>
<key>AMApplication</key>
<string>Utilities</string>
<key>AMCanShowSelectedItemsWhenRun</key>
<false/>
<key>AMCanShowWhenRun</key>
<true/>
<key>AMCategory</key>
<string>AMCategoryUtilities</string>
<key>AMDefaultParameters</key>
<dict>
<key>prompt</key>
<string>Please select an item:</string>
</dict>
<key>AMDescription</key>
<dict>
<key>AMDAlert</key>
<string></string>
<key>AMDInput</key>
<string></string>
<key>AMDNote</key>
<string></string>
<key>AMDOptions</key>
<string></string>
<key>AMDRelatedActions</key>
<string></string>
<key>AMDRequires</key>
<string></string>
<key>AMDResult</key>
<string></string>
<key>AMDSummary</key>
<string></string>
<key>AMDWebsite</key>
<string></string>
</dict>
<key>AMIconName</key>
<string></string>
<key>AMKeywords</key>
<array/>
<key>AMName</key>
<string>Choose One from List</string>
<key>AMProvides</key>
<dict>
<key>Container</key>
<string>List</string>
<key>Types</key>
<array>
<string>com.apple.cocoa.string</string>
</array>
</dict>
<key>AMRequiredResources</key>
<array/>
<key>AMWarning</key>
<dict>
<key>Action</key>
<string>(* Action name to be suggested to add prior to this action to make the task safer, e.g. com.apple.Automator.CopyFiles, goes here. *)</string>
<key>ApplyButton</key>
<string>(* Button label for user to add proposed Action, e.g. Add. *)</string>
<key>IgnoreButton</key>
<string>(* Button label for user not to add proposed Action, e.g. Don't Add. *)</string>
<key>Level</key>
<integer>0</integer>
<key>Message</key>
<string>(* Warning message presented to user goes here. *)</string>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string>0.1, Copyright © 2010 Sam Nguyen, All Rights Reserved.</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>net.autumncloud.Automator.ChooseOneFromList</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2010 Sam Nguyen, All Rights Reserved.</string>
<key>NSPrincipalClass</key>
<string>AC_AutomatorAction_ChooseOneFromList</string>
</dict>
</plist>