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.

51 lines
1.6KB

  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>NSAppTransportSecurity</key>
  6. <dict>
  7. <key>NSAllowsArbitraryLoads</key>
  8. <true/>
  9. </dict>
  10. <key>LSRequiresIPhoneOS</key>
  11. <true/>
  12. <key>NSMicrophoneUsageDescription</key>
  13. <string>This app requires microphone input.</string>
  14. <key>UIViewControllerBasedStatusBarAppearance</key>
  15. <false/>
  16. <key>CFBundleExecutable</key>
  17. <string>${EXECUTABLE_NAME}</string>
  18. <key>CFBundleIdentifier</key>
  19. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  20. <key>CFBundleName</key>
  21. <string>JuceDemo</string>
  22. <key>CFBundleDisplayName</key>
  23. <string>JuceDemo</string>
  24. <key>CFBundlePackageType</key>
  25. <string>APPL</string>
  26. <key>CFBundleSignature</key>
  27. <string>????</string>
  28. <key>CFBundleShortVersionString</key>
  29. <string>3.0.0</string>
  30. <key>CFBundleVersion</key>
  31. <string>3.0.0</string>
  32. <key>NSHumanReadableCopyright</key>
  33. <string>ROLI Ltd.</string>
  34. <key>NSHighResolutionCapable</key>
  35. <true/>
  36. <key>UIRequiresFullScreen</key>
  37. <true/>
  38. <key>UIStatusBarHidden</key>
  39. <true/>
  40. <key>UISupportedInterfaceOrientations</key>
  41. <array>
  42. <string>UIInterfaceOrientationPortrait</string>
  43. <string>UIInterfaceOrientationLandscapeLeft</string>
  44. <string>UIInterfaceOrientationLandscapeRight</string>
  45. </array>
  46. <key>UIBackgroundModes</key>
  47. <array/>
  48. </dict>
  49. </plist>