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.

63 lines
1.9KB

  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>LSRequiresIPhoneOS</key>
  6. <true/>
  7. <key>NSMicrophoneUsageDescription</key>
  8. <string>This app requires microphone input.</string>
  9. <key>UIViewControllerBasedStatusBarAppearance</key>
  10. <false/>
  11. <key>CFBundleExecutable</key>
  12. <string>${EXECUTABLE_NAME}</string>
  13. <key>CFBundleIdentifier</key>
  14. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  15. <key>CFBundleName</key>
  16. <string>InterAppAudioEffect</string>
  17. <key>CFBundleDisplayName</key>
  18. <string>InterAppAudioEffect</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleSignature</key>
  22. <string>????</string>
  23. <key>CFBundleShortVersionString</key>
  24. <string>1.0.0</string>
  25. <key>CFBundleVersion</key>
  26. <string>1.0.0</string>
  27. <key>NSHumanReadableCopyright</key>
  28. <string>ROLI Ltd.</string>
  29. <key>NSHighResolutionCapable</key>
  30. <true/>
  31. <key>UIRequiresFullScreen</key>
  32. <true/>
  33. <key>UIStatusBarHidden</key>
  34. <true/>
  35. <key>UISupportedInterfaceOrientations</key>
  36. <array>
  37. <string>UIInterfaceOrientationPortrait</string>
  38. <string>UIInterfaceOrientationLandscapeLeft</string>
  39. <string>UIInterfaceOrientationLandscapeRight</string>
  40. </array>
  41. <key>UIBackgroundModes</key>
  42. <array>
  43. <string>audio</string>
  44. </array>
  45. <key>AudioComponents</key>
  46. <array>
  47. <dict>
  48. <key>name</key>
  49. <string>ROLI Ltd.: InterAppAudioEffect</string>
  50. <key>manufacturer</key>
  51. <string>ROLI</string>
  52. <key>type</key>
  53. <string>aurx</string>
  54. <key>subtype</key>
  55. <string>IAAE</string>
  56. <key>version</key>
  57. <integer>65536</integer>
  58. </dict>
  59. </array>
  60. </dict>
  61. </plist>