13097298e9453016eb662e2ead849a0fc36ccb28
[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         <key>UTExportedTypeDeclarations</key>
16         <array>
17                 <dict>
18                         <key>UTTypeIdentifier</key>
19                         <string>org.ardour.Ardour.session</string>
20                         <key>UTTypeReferenceURL</key>
21                         <string>http://www.ardour.org</string>
22                         <key>UTTypeDescription</key>
23                         <string>Your Document Kind String</string>
24                         <key>UTTypeConformsTo</key>
25                         <array>
26                                 <string>public.data</string>
27                                 <string>public.content</string>
28                         </array>
29                         <key>UTTypeTagSpecification</key>
30                         <dict>
31                                 <key>com.apple.ostype</key>
32                                 <string>ArAs</string>
33                                 <key>public.filename-extension</key>
34                                 <array>
35                                         <string>ardour</string>
36                                 </array>
37                         </dict>
38                 </dict>
39         </array>
40
41         <key>CFBundleDevelopmentRegion</key>
42         <string>English</string>
43         <key>CFBundleDocumentTypes</key>
44         <array>
45                 <dict>
46                         <key>CFBundleTypeRole</key>
47                         <string>MDImporter</string>
48                         <key>LSItemContentTypes</key>
49                         <array>
50                                 <string>SUPPORTED_UTI_TYPE</string>
51                         </array>
52                 </dict>
53         </array>
54         <key>CFBundleExecutable</key>
55         <string>${EXECUTABLE_NAME}</string>
56         <key>CFBundleName</key>
57         <string>${PRODUCT_NAME}</string>
58         <key>CFBundleIconFile</key>
59         <string></string>
60         <key>CFBundleIdentifier</key>
61         <string>com.apple.yourcfbundle</string>
62         <key>CFBundleInfoDictionaryVersion</key>
63         <string>6.0</string>
64         <key>CFBundleVersion</key>
65         <string>1.0</string>
66         <key>CFPlugInDynamicRegisterFunction</key>
67         <string></string>
68         <key>CFPlugInDynamicRegistration</key>
69         <string>NO</string>
70         <key>CFPlugInFactories</key>
71         <dict>
72                 <key>D77F8126-18F0-4ADE-917C-4A234A5590B9</key>
73                 <string>MetadataImporterPluginFactory</string>
74         </dict>
75         <key>CFPlugInTypes</key>
76         <dict>
77                 <key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
78                 <array>
79                         <string>D77F8126-18F0-4ADE-917C-4A234A5590B9</string>
80                 </array>
81         </dict>
82         <key>CFPlugInUnloadFunction</key>
83         <string></string>
84 </dict>
85 </plist>