Fix test compilation error.
[ardour.git] / tools / osx_packaging / Info.plist.in
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>CFBundleDevelopmentRegion</key>
6         <string>English</string>
7         <key>CFBundleDocumentTypes</key>
8         <array>
9                 <dict>
10                         <key>CFBundleTypeExtensions</key>
11                         <array>
12                                 <string>ardour</string>
13                         </array>
14                         <key>CFBundleTypeOSTypes</key>
15                         <array>
16                                 <string>****</string>
17                                 <string>fold</string>
18                         </array>
19                         <key>CFBundleTypeRole</key>
20                         <string>Editor</string>
21                         <key>CFBundleTypeIconFile</key>
22                         <string>typeIcon.icns</string>
23                 </dict>
24         </array>
25         <key>CFBundleExecutable</key>
26         <string>@EXECUTABLE@</string>
27         <key>CFBundleGetInfoString</key>
28         <string>@INFOSTRING@</string>
29         <key>CFBundleIconFile</key>
30         <string>appIcon.icns</string>
31         <key>CFBundleIdentifier</key>
32         <string>org.ardour.@IDSUFFIX@</string>
33         <key>CFBundleInfoDictionaryVersion</key>
34         <string>6.0</string>
35         <key>CFBundleName</key>
36         <string>@BUNDLENAME@</string>
37         <key>CFBundlePackageType</key>
38         <string>APPL</string>
39         <key>CFBundleShortVersions</key>
40         <string>@VERSION@</string>
41         <key>CFBundleSignature</key>
42         <string>ArDr</string>
43         <key>CFBundleVersion</key>
44         <string>@VERSION@</string>
45         <key>LSUIElement</key>
46         <string>0</string>
47         <key>NSMainNibFile</key>
48         <string>MainMenu</string>
49         <key>NSPrincipalClass</key>
50         <string>NSApplication</string>
51         @ENV@
52 </dict>
53 </plist>