-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInfo.plist
More file actions
113 lines (113 loc) · 3.69 KB
/
Info.plist
File metadata and controls
113 lines (113 loc) · 3.69 KB
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
108
109
110
111
112
113
<?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>
<true/>
<key>Types</key>
<array>
<string>com.apple.cocoa.path</string>
</array>
</dict>
<key>AMApplication</key>
<string>(* Primary Application used by this action goes here. *)</string>
<key>AMCanShowSelectedItemsWhenRun</key>
<false/>
<key>AMCanShowWhenRun</key>
<true/>
<key>AMCategory</key>
<string>(* Category of this action goes here. *)</string>
<key>AMDefaultParameters</key>
<dict>
<key>quoteFields</key>
<string>1</string>
<key>escapeSpecialCharacters</key>
<string>1</string>
<key>delimiterField</key>
<string>;</string>
<key>encodingKey</key>
<string>1</string>
</dict>
<key>AMDescription</key>
<dict>
<key>AMDAlert</key>
<string></string>
<key>AMDInput</key>
<string>(* AMDInput text to further explain the types accepted as input goes here. (optional) *)</string>
<key>AMDNote</key>
<string></string>
<key>AMDOptions</key>
<string>(* AMDOptions text to further explain configuration options in the UI goes here. (optional) *)</string>
<key>AMDRelatedActions</key>
<string></string>
<key>AMDRequires</key>
<string>(* AMDRequires text to explain anything outside of Automator required for the action's operation, e.g. a web page open in Safari, goes here. (optional) *)</string>
<key>AMDResult</key>
<string>(* AMDResult text to further explain the types provided as output goes here. (optional) *)</string>
<key>AMDSummary</key>
<string>(* AMDSummary text to explain what your action does goes here. *)</string>
<key>AMDWebsite</key>
<string>(* AMDWebsite URL to additional information or documentation for the action goes here. (optional) *)</string>
</dict>
<key>AMIconName</key>
<string>(* The name of the icon *)</string>
<key>AMKeywords</key>
<array/>
<key>AMName</key>
<string>CSVtoSQL</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>1.0, Copyright © 2010 Franz Granlund, All Rights Reserved</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.franzgranlund.Automator.${PRODUCT_NAME:identifier}</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>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2010 Franz Granlund, All Rights Reserved.</string>
<key>NSPrincipalClass</key>
<string>CSVtoSQL</string>
</dict>
</plist>