mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
46 lines
1.4 KiB
Text
46 lines
1.4 KiB
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist>
|
|
<dict>
|
|
<key>CFBundleExecutable</key>
|
|
<string>${EXECUTABLE_NAME}</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string></string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.ROLI.Spatializer</string>
|
|
<key>CFBundleName</key>
|
|
<string>Spatializer</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>TDMw</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>PTul</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0.0</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0.0</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>ROLI Ltd.</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
<key>AudioComponents</key>
|
|
<array>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>ROLI Ltd.: Spatializer</string>
|
|
<key>description</key>
|
|
<string>Spatializer</string>
|
|
<key>factoryFunction</key>
|
|
<string>SpatializerAUFactory</string>
|
|
<key>manufacturer</key>
|
|
<string>ROLI</string>
|
|
<key>type</key>
|
|
<string>aufx</string>
|
|
<key>subtype</key>
|
|
<string>Spce</string>
|
|
<key>version</key>
|
|
<integer>65536</integer>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|