summaryrefslogtreecommitdiff
path: root/tools/Spotlight Importer/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Spotlight Importer/Info.plist')
-rw-r--r--tools/Spotlight Importer/Info.plist87
1 files changed, 87 insertions, 0 deletions
diff --git a/tools/Spotlight Importer/Info.plist b/tools/Spotlight Importer/Info.plist
new file mode 100644
index 0000000000..da11c8db5b
--- /dev/null
+++ b/tools/Spotlight Importer/Info.plist
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+
+ <!--
+ If your application does not already define a UTI, you may want to declare it
+ here, so that your documents are recognized by systems which do not have your
+ application installed.
+
+ To export this declaration, fill in the fields with your application's
+ information, and uncomment the block of XML.
+ -->
+
+ <!--
+ <key>UTExportedTypeDeclarations</key>
+ <array>
+ <dict>
+ <key>UTTypeIdentifier</key>
+ <string>org.ardour.yourUTI</string>
+ <key>UTTypeReferenceURL</key>
+ <string>http://www.ardour.org</string>
+ <key>UTTypeDescription</key>
+ <string>Your Document Kind String</string>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ <string>public.content</string>
+ </array>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>com.apple.ostype</key>
+ <string>XXXX</string>
+ <key>public.filename-extension</key>
+ <array>
+ <string>xxxx</string>
+ </array>
+ </dict>
+ </dict>
+ </array>
+ -->
+
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeRole</key>
+ <string>MDImporter</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>SUPPORTED_UTI_TYPE</string>
+ </array>
+ </dict>
+ </array>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.apple.yourcfbundle</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>CFPlugInDynamicRegisterFunction</key>
+ <string></string>
+ <key>CFPlugInDynamicRegistration</key>
+ <string>NO</string>
+ <key>CFPlugInFactories</key>
+ <dict>
+ <key>D77F8126-18F0-4ADE-917C-4A234A5590B9</key>
+ <string>MetadataImporterPluginFactory</string>
+ </dict>
+ <key>CFPlugInTypes</key>
+ <dict>
+ <key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
+ <array>
+ <string>D77F8126-18F0-4ADE-917C-4A234A5590B9</string>
+ </array>
+ </dict>
+ <key>CFPlugInUnloadFunction</key>
+ <string></string>
+</dict>
+</plist>