da11c8db5b06c25c45267a8d32f25b2ccf189da1
[ardour.git] / tools / Spotlight Importer / Info.plist
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
6         <!--
7         If your application does not already define a UTI, you may want to declare it
8         here, so that your documents are recognized by systems which do not have your
9         application installed.
10
11         To export this declaration, fill in the fields with your application's 
12         information, and uncomment the block of XML.
13         -->
14         
15         <!--
16         <key>UTExportedTypeDeclarations</key>
17         <array>
18                 <dict>
19                         <key>UTTypeIdentifier</key>
20                         <string>org.ardour.yourUTI</string>
21                         <key>UTTypeReferenceURL</key>
22                         <string>http://www.ardour.org</string>
23                         <key>UTTypeDescription</key>
24                         <string>Your Document Kind String</string>
25                         <key>UTTypeConformsTo</key>
26                         <array>
27                                 <string>public.data</string>
28                                 <string>public.content</string>
29                         </array>
30                         <key>UTTypeTagSpecification</key>
31                         <dict>
32                                 <key>com.apple.ostype</key>
33                                 <string>XXXX</string>
34                                 <key>public.filename-extension</key>
35                                 <array>
36                                         <string>xxxx</string>
37                                 </array>
38                         </dict>
39                 </dict>
40         </array>
41         -->
42
43         <key>CFBundleDevelopmentRegion</key>
44         <string>English</string>
45         <key>CFBundleDocumentTypes</key>
46         <array>
47                 <dict>
48                         <key>CFBundleTypeRole</key>
49                         <string>MDImporter</string>
50                         <key>LSItemContentTypes</key>
51                         <array>
52                                 <string>SUPPORTED_UTI_TYPE</string>
53                         </array>
54                 </dict>
55         </array>
56         <key>CFBundleExecutable</key>
57         <string>${EXECUTABLE_NAME}</string>
58         <key>CFBundleName</key>
59         <string>${PRODUCT_NAME}</string>
60         <key>CFBundleIconFile</key>
61         <string></string>
62         <key>CFBundleIdentifier</key>
63         <string>com.apple.yourcfbundle</string>
64         <key>CFBundleInfoDictionaryVersion</key>
65         <string>6.0</string>
66         <key>CFBundleVersion</key>
67         <string>1.0</string>
68         <key>CFPlugInDynamicRegisterFunction</key>
69         <string></string>
70         <key>CFPlugInDynamicRegistration</key>
71         <string>NO</string>
72         <key>CFPlugInFactories</key>
73         <dict>
74                 <key>D77F8126-18F0-4ADE-917C-4A234A5590B9</key>
75                 <string>MetadataImporterPluginFactory</string>
76         </dict>
77         <key>CFPlugInTypes</key>
78         <dict>
79                 <key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
80                 <array>
81                         <string>D77F8126-18F0-4ADE-917C-4A234A5590B9</string>
82                 </array>
83         </dict>
84         <key>CFPlugInUnloadFunction</key>
85         <string></string>
86 </dict>
87 </plist>