The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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>LSRequiresIPhoneOS</key>
- <true/>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleName</key>
- <string>JuceDemoPlugin</string>
- <key>CFBundleDisplayName</key>
- <string>JuceDemoPlugin</string>
- <key>CFBundlePackageType</key>
- <string>XPC!</string>
- <key>CFBundleSignature</key>
- <string>????</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>NSExtension</key>
- <dict>
- <key>NSExtensionPrincipalClass</key>
- <string>JuceDemoProjectAUFactoryAUv3</string>
- <key>NSExtensionPointIdentifier</key>
- <string>com.apple.AudioUnit-UI</string>
- <key>NSExtensionAttributes</key>
- <dict>
- <key>AudioComponents</key>
- <array>
- <dict>
- <key>name</key>
- <string>ROLI Ltd.: Juce Demo Plugin</string>
- <key>description</key>
- <string>Juce Demo Plugin</string>
- <key>factoryFunction</key>
- <string>JuceDemoProjectAUFactoryAUv3</string>
- <key>manufacturer</key>
- <string>ROLI</string>
- <key>type</key>
- <string>aumf</string>
- <key>subtype</key>
- <string>Jcdm</string>
- <key>version</key>
- <integer>65536</integer>
- <key>sandboxSafe</key>
- <true/>
- <key>tags</key>
- <array>
- <string>Effects</string>
- </array>
- </dict>
- </array>
- </dict>
- </dict>
- </dict>
- </plist>
|