aboutsummaryrefslogtreecommitdiffstats
path: root/Convert into QuickTime/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'Convert into QuickTime/Info.plist')
-rw-r--r--Convert into QuickTime/Info.plist104
1 files changed, 104 insertions, 0 deletions
diff --git a/Convert into QuickTime/Info.plist b/Convert into QuickTime/Info.plist
new file mode 100644
index 0000000..b0d962c
--- /dev/null
+++ b/Convert into QuickTime/Info.plist
@@ -0,0 +1,104 @@
+<?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>Mediator</string>
+ <key>AMCanShowSelectedItemsWhenRun</key>
+ <false/>
+ <key>AMCanShowWhenRun</key>
+ <true/>
+ <key>AMCategory</key>
+ <string>Movies</string>
+ <key>AMDefaultParameters</key>
+ <dict/>
+ <key>AMDescription</key>
+ <dict>
+ <key>AMDAlert</key>
+ <string>(* AMDAlert text goes here. (optional) *)</string>
+ <key>AMDInput</key>
+ <string>(* AMDInput text to further explain the types accepted as input goes here. (optional) *)</string>
+ <key>AMDNote</key>
+ <string>(* AMDNote text goes here. (optional) *)</string>
+ <key>AMDOptions</key>
+ <string>(* AMDOptions text to further explain configuration options in the UI goes here. (optional) *)</string>
+ <key>AMDRelatedActions</key>
+ <string>(* AMDRelatedActions bundle ids go here. (optional) *)</string>
+ <key>AMDRequires</key>
+ <string>(* AMDRequires text to explain anything outside of Automator required for the action&apos;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>This action converts the input media file to QuickTime</string>
+ <key>AMDWebsite</key>
+ <string>https://github.com/filipp/mediator</string>
+ </dict>
+ <key>AMIconName</key>
+ <string>(* The name of the icon *)</string>
+ <key>AMKeywords</key>
+ <array/>
+ <key>AMName</key>
+ <string>Convert into QuickTime</string>
+ <key>AMProvides</key>
+ <dict>
+ <key>Container</key>
+ <string>List</string>
+ <key>Types</key>
+ <array>
+ <string>com.apple.cocoa.path</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&apos;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 © 2011 Filipp Lepalaan, All Rights Reserved</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.github.filipp.mediator.${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 © 2011 __MyCompanyName__, All Rights Reserved.</string>
+ <key>NSPrincipalClass</key>
+ <string>Convert_into_QuickTime</string>
+</dict>
+</plist>