new automatic way of building the DMG package.
[AutomatorExifMover.git] / Info.plist
bloba5f2abe8fe7f14b4bdaee21158f32fbd2fe175a6
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>Finder</string>
18 <key>AMCanShowSelectedItemsWhenRun</key>
19 <true/>
20 <key>AMCanShowWhenRun</key>
21 <true/>
22 <key>AMCategory</key>
23 <string>Finder</string>
24 <key>AMDefaultParameters</key>
25 <dict>
26 <key>action</key>
27 <integer>1</integer>
28 <key>overwrite</key>
29 <false/>
30 <key>pathPattern</key>
31 <string>%Y_%m_%d/</string>
32 <key>test</key>
33 <false/>
34 </dict>
35 <key>AMDescription</key>
36 <dict>
37 <key>AMDInput</key>
38 <string>One or more files (one per line) to copy/move</string>
39 <key>AMDRequires</key>
40 <string></string>
41 <key>AMDResult</key>
42 <string>The moved files (in new position), one per line</string>
43 <key>AMDSummary</key>
44 <string>Take files with metadata (EXIF, ID3, ...) and uses EXIFtool to move them in sub-directories according to a specified pattern using the file's metadata.</string>
45 </dict>
46 <key>AMIconName</key>
47 <string>MetaDataMover</string>
48 <key>AMKeywords</key>
49 <array/>
50 <key>AMName</key>
51 <string>MetaDataMover</string>
52 <key>AMProvides</key>
53 <dict>
54 <key>Container</key>
55 <string>List</string>
56 <key>Types</key>
57 <array>
58 <string>com.apple.cocoa.string</string>
59 </array>
60 </dict>
61 <key>AMRequiredResources</key>
62 <array/>
63 <key>AMWarning</key>
64 <dict>
65 <key>Action</key>
66 <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>
67 <key>ApplyButton</key>
68 <string>(* Button label for user to add proposed Action, e.g. Add. *)</string>
69 <key>IgnoreButton</key>
70 <string>(* Button label for user not to add proposed Action, e.g. Don't Add. *)</string>
71 <key>Level</key>
72 <integer>0</integer>
73 <key>Message</key>
74 <string>(* Warning message presented to user goes here. *)</string>
75 </dict>
76 <key>CFBundleDevelopmentRegion</key>
77 <string>English</string>
78 <key>CFBundleGetInfoString</key>
79 <string>MetaDataMover version 1.0, Copyright (c) 2007, Pierre Andrews.</string>
80 <key>CFBundleIconFile</key>
81 <string>MetaDataMoverLarge</string>
82 <key>CFBundleIdentifier</key>
83 <string>org.gamboni.6v8.Automator.MetaDataMover</string>
84 <key>CFBundleInfoDictionaryVersion</key>
85 <string>6.0</string>
86 <key>CFBundleName</key>
87 <string>${PRODUCT_NAME}</string>
88 <key>CFBundlePackageType</key>
89 <string>BNDL</string>
90 <key>CFBundleShortVersionString</key>
91 <string>1.0</string>
92 <key>CFBundleSignature</key>
93 <string>????</string>
94 <key>CFBundleVersion</key>
95 <string>1.0</string>
96 <key>NSPrincipalClass</key>
97 <string>AMShellScriptAction</string>
98 </dict>
99 </plist>