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>NSMicrophoneUsageDescription</key>
- <string>This app requires microphone input.</string>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleName</key>
- <string>InterAppAudioEffect</string>
- <key>CFBundleDisplayName</key>
- <string>InterAppAudioEffect</string>
- <key>CFBundlePackageType</key>
- <string>APPL</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>UIRequiresFullScreen</key>
- <true/>
- <key>UIStatusBarHidden</key>
- <true/>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UIBackgroundModes</key>
- <array>
- <string>audio</string>
- </array>
- <key>AudioComponents</key>
- <array>
- <dict>
- <key>name</key>
- <string>ROLI Ltd.: InterAppAudioEffect</string>
- <key>manufacturer</key>
- <string>ROLI</string>
- <key>type</key>
- <string>aurx</string>
- <key>subtype</key>
- <string>IAAE</string>
- <key>version</key>
- <integer>65536</integer>
- </dict>
- </array>
- </dict>
- </plist>
|