icons for the action
[VideoToiPod.git] / Info.plist
blob00f21cef4948307c950a7597e0861f0492db1682
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>AMAccepts</key>
6 <dict>
7 <key>Container</key>
8 <string>List</string>
9 <key>Optional</key>
10 <false/>
11 <key>Types</key>
12 <array>
13 <string>com.apple.cocoa.string</string>
14 </array>
15 </dict>
16 <key>AMApplication</key>
17 <string>Terminal</string>
18 <key>AMCanShowSelectedItemsWhenRun</key>
19 <true/>
20 <key>AMCanShowWhenRun</key>
21 <true/>
22 <key>AMCategory</key>
23 <string>Terminal</string>
24 <key>AMDefaultParameters</key>
25 <dict/>
26 <key>AMDescription</key>
27 <dict>
28 <key>AMDAlert</key>
29 <string>(* AMDAlert text goes here. (optional) *)</string>
30 <key>AMDInput</key>
31 <string>(* AMDInput text to further explain the types accepted as input goes here. (optional) *)</string>
32 <key>AMDNote</key>
33 <string>(* AMDNote text goes here. (optional) *)</string>
34 <key>AMDOptions</key>
35 <string>(* AMDOptions text to further explain configuration options in the UI goes here. (optional) *)</string>
36 <key>AMDRelatedActions</key>
37 <string>(* AMDRelatedActions bundle ids go here. (optional) *)</string>
38 <key>AMDRequires</key>
39 <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>
40 <key>AMDResult</key>
41 <string>(* AMDResult text to further explain the types provided as output goes here. (optional) *)</string>
42 <key>AMDSummary</key>
43 <string>(* AMDSummary text to explain what your action does goes here. *)</string>
44 </dict>
45 <key>AMIconName</key>
46 <string>Terminal</string>
47 <key>AMKeywords</key>
48 <array/>
49 <key>AMName</key>
50 <string>VideoToiPod</string>
51 <key>AMProvides</key>
52 <dict>
53 <key>Container</key>
54 <string>List</string>
55 <key>Types</key>
56 <array>
57 <string>com.apple.cocoa.string</string>
58 </array>
59 </dict>
60 <key>AMRequiredResources</key>
61 <array/>
62 <key>AMWarning</key>
63 <dict>
64 <key>Action</key>
65 <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>
66 <key>ApplyButton</key>
67 <string>(* Button label for user to add proposed Action, e.g. Add. *)</string>
68 <key>IgnoreButton</key>
69 <string>(* Button label for user not to add proposed Action, e.g. Don't Add. *)</string>
70 <key>Level</key>
71 <integer>0</integer>
72 <key>Message</key>
73 <string>(* Warning message presented to user goes here. *)</string>
74 </dict>
75 <key>CFBundleDevelopmentRegion</key>
76 <string>English</string>
77 <key>CFBundleName</key>
78 <string>${PRODUCT_NAME}</string>
79 <key>CFBundleGetInfoString</key>
80 <string>VideoToiPod version 1.0, Copyright (c) 2007, __MyCompanyName__.</string>
81 <key>CFBundleIconFile</key>
82 <string></string>
83 <key>CFBundleIdentifier</key>
84 <string>com.yourcompany.Automator.VideoToiPod</string>
85 <key>CFBundleInfoDictionaryVersion</key>
86 <string>6.0</string>
87 <key>CFBundlePackageType</key>
88 <string>BNDL</string>
89 <key>CFBundleShortVersionString</key>
90 <string>1.0</string>
91 <key>CFBundleSignature</key>
92 <string>????</string>
93 <key>CFBundleVersion</key>
94 <string>1.0</string>
95 <key>NSPrincipalClass</key>
96 <string>AMShellScriptAction</string>
97 </dict>
98 </plist>