Add TAL-Reverb-II plugin to test
[juce-lv2.git] / juce / source / extras / Introjucer / Builds / MacOSX / Info.plist
blobad4f68de13ff1e0f2eeba5025ea9c526a0cbfe48
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4 <plist>
5 <dict>
6 <key>CFBundleExecutable</key>
7 <string>${EXECUTABLE_NAME}</string>
8 <key>CFBundleIconFile</key>
9 <string>Icon.icns</string>
10 <key>CFBundleIdentifier</key>
11 <string>com.rawmaterialsoftware.introjucer</string>
12 <key>CFBundleName</key>
13 <string>The Introjucer</string>
14 <key>CFBundlePackageType</key>
15 <string>APPL</string>
16 <key>CFBundleSignature</key>
17 <string>????</string>
18 <key>CFBundleShortVersionString</key>
19 <string>3.0.0</string>
20 <key>CFBundleVersion</key>
21 <string>3.0.0</string>
22 <key>CFBundleDocumentTypes</key>
23 <array>
24 <dict>
25 <key>CFBundleTypeExtensions</key>
26 <array>
27 <string>jucer</string>
28 </array>
29 <key>CFBundleTypeName</key>
30 <string>jucer</string>
31 <key>CFBundleTypeRole</key>
32 <string>Editor</string>
33 <key>NSPersistentStoreTypeKey</key>
34 <string>XML</string>
35 </dict>
36 </array>
37 </dict>
38 </plist>