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.

44 lines
1.3KB

  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>UIViewControllerBasedStatusBarAppearance</key>
  8. <false/>
  9. <key>CFBundleExecutable</key>
  10. <string>${EXECUTABLE_NAME}</string>
  11. <key>CFBundleIdentifier</key>
  12. <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13. <key>CFBundleName</key>
  14. <string>AudioAppExample</string>
  15. <key>CFBundleDisplayName</key>
  16. <string>AudioAppExample</string>
  17. <key>CFBundlePackageType</key>
  18. <string>APPL</string>
  19. <key>CFBundleSignature</key>
  20. <string>????</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>1.0.0</string>
  23. <key>CFBundleVersion</key>
  24. <string>1.0.0</string>
  25. <key>NSHumanReadableCopyright</key>
  26. <string></string>
  27. <key>NSHighResolutionCapable</key>
  28. <true/>
  29. <key>UIRequiresFullScreen</key>
  30. <true/>
  31. <key>UIStatusBarHidden</key>
  32. <true/>
  33. <key>UISupportedInterfaceOrientations</key>
  34. <array>
  35. <string>UIInterfaceOrientationPortrait</string>
  36. <string>UIInterfaceOrientationLandscapeLeft</string>
  37. <string>UIInterfaceOrientationLandscapeRight</string>
  38. </array>
  39. <key>UIBackgroundModes</key>
  40. <array/>
  41. </dict>
  42. </plist>