Italian localisation
[AutomatorExifMover.git] / Info.plist
blob43a68537f1eba39a7fb1ec465f521cd3e40e648f
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>AMDInput</key>
29 <string>One or more files (one per line) to classify and transform</string>
30 <key>AMDRequires</key>
31 <string>EXIF:Tool must be installed, as well as UFRaw batch command line tool.</string>
32 <key>AMDResult</key>
33 <string>???</string>
34 <key>AMDSummary</key>
35 <string>take photos with EXIF data and uses EXIFtools to move them in sub-directories by their date taken info. It will also try to extract the thumbnail from RAW files for quick preview.</string>
36 </dict>
37 <key>AMIconName</key>
38 <string>Terminal</string>
39 <key>AMKeywords</key>
40 <array/>
41 <key>AMName</key>
42 <string>AutoExifMover</string>
43 <key>AMProvides</key>
44 <dict>
45 <key>Container</key>
46 <string>List</string>
47 <key>Types</key>
48 <array>
49 <string>com.apple.cocoa.string</string>
50 </array>
51 </dict>
52 <key>AMRequiredResources</key>
53 <array/>
54 <key>AMWarning</key>
55 <dict>
56 <key>Action</key>
57 <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>
58 <key>ApplyButton</key>
59 <string>(* Button label for user to add proposed Action, e.g. Add. *)</string>
60 <key>IgnoreButton</key>
61 <string>(* Button label for user not to add proposed Action, e.g. Don't Add. *)</string>
62 <key>Level</key>
63 <integer>0</integer>
64 <key>Message</key>
65 <string>(* Warning message presented to user goes here. *)</string>
66 </dict>
67 <key>CFBundleDevelopmentRegion</key>
68 <string>English</string>
69 <key>CFBundleName</key>
70 <string>${PRODUCT_NAME}</string>
71 <key>CFBundleGetInfoString</key>
72 <string>AutoExifMover version 1.0, Copyright (c) 2007, __MyCompanyName__.</string>
73 <key>CFBundleIconFile</key>
74 <string></string>
75 <key>CFBundleIdentifier</key>
76 <string>com.yourcompany.Automator.AutoExifMover</string>
77 <key>CFBundleInfoDictionaryVersion</key>
78 <string>6.0</string>
79 <key>CFBundlePackageType</key>
80 <string>BNDL</string>
81 <key>CFBundleShortVersionString</key>
82 <string>1.0</string>
83 <key>CFBundleSignature</key>
84 <string>????</string>
85 <key>CFBundleVersion</key>
86 <string>1.0</string>
87 <key>NSPrincipalClass</key>
88 <string>AMShellScriptAction</string>
89 </dict>
90 </plist>