SuperTuxKart-Info-iOS.plist 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 version="1.0">
  4. <dict>
  5. <key>CFBundleDisplayName</key>
  6. <string>SuperTuxKart</string>
  7. <key>CFBundleExecutable</key>
  8. <string>supertuxkart</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>net.supertuxkart.stkios</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundleName</key>
  14. <string>SuperTuxKart </string>
  15. <key>CFBundlePackageType</key>
  16. <string>APPL</string>
  17. <key>CFBundleShortVersionString</key>
  18. <string>${PROJECT_VERSION}</string>
  19. <key>CFBundleVersion</key>
  20. <string>${IOS_BUILD_VERSION}</string>
  21. <key>CSResourcesFileMapped</key>
  22. <true/>
  23. <key>UIRequiredDeviceCapabilities</key>
  24. <array>
  25. <string>arm64</string>
  26. </array>
  27. <key>UILaunchStoryboardName</key>
  28. <string>launch_screen</string>
  29. <key>UIStatusBarHidden</key>
  30. <true/>
  31. <key>UIRequiresFullScreen</key>
  32. <true/>
  33. <key>UISupportedInterfaceOrientations</key>
  34. <array>
  35. <string>UIInterfaceOrientationLandscapeLeft</string>
  36. <string>UIInterfaceOrientationLandscapeRight</string>
  37. </array>
  38. <key>UISupportedInterfaceOrientations~ipad</key>
  39. <array>
  40. <string>UIInterfaceOrientationLandscapeLeft</string>
  41. <string>UIInterfaceOrientationLandscapeRight</string>
  42. </array>
  43. <key>UIApplicationSupportsIndirectInputEvents</key>
  44. <true/>
  45. </dict>
  46. </plist>