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.

57 lines
2.1KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist>
  4. <dict>
  5. <key>NSMicrophoneUsageDescription</key>
  6. <string>This app requires audio input. If you do not have an audio interface connected it will use the built-in microphone.</string>
  7. <key>NSCameraUsageDescription</key>
  8. <string>This app requires access to the camera to function correctly.</string>
  9. <key>NSBluetoothAlwaysUsageDescription</key>
  10. <string>This app requires access to Bluetooth to function correctly.</string>
  11. <key>NSBluetoothPeripheralUsageDescription</key>
  12. <string>This app requires access to Bluetooth to function correctly.</string>
  13. <key>LSRequiresIPhoneOS</key>
  14. <true/>
  15. <key>UIViewControllerBasedStatusBarAppearance</key>
  16. <true/>
  17. <key>UILaunchStoryboardName</key>
  18. <string>LaunchScreen</string>
  19. <key>CFBundleExecutable</key>
  20. <string>${EXECUTABLE_NAME}</string>
  21. <key>CFBundleIdentifier</key>
  22. <string>com.rmsl.jucedemorunner</string>
  23. <key>CFBundleName</key>
  24. <string>DemoRunner</string>
  25. <key>CFBundleDisplayName</key>
  26. <string>DemoRunner</string>
  27. <key>CFBundlePackageType</key>
  28. <string>APPL</string>
  29. <key>CFBundleSignature</key>
  30. <string>????</string>
  31. <key>CFBundleShortVersionString</key>
  32. <string>7.0.9</string>
  33. <key>CFBundleVersion</key>
  34. <string>7.0.9</string>
  35. <key>NSHumanReadableCopyright</key>
  36. <string>Copyright (c) 2020 - Raw Material Software Limited</string>
  37. <key>NSHighResolutionCapable</key>
  38. <true/>
  39. <key>UIFileSharingEnabled</key>
  40. <true/>
  41. <key>UISupportsDocumentBrowser</key>
  42. <true/>
  43. <key>UIRequiresFullScreen</key>
  44. <false/>
  45. <key>UISupportedInterfaceOrientations</key>
  46. <array>
  47. <string>UIInterfaceOrientationLandscapeLeft</string>
  48. <string>UIInterfaceOrientationLandscapeRight</string>
  49. <string>UIInterfaceOrientationPortrait</string>
  50. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  51. </array>
  52. <key>UIBackgroundModes</key>
  53. <array/>
  54. </dict>
  55. </plist>