Info.plist 929 B

12345678910111213141516171819202122232425262728293031323334
  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>iOS</string>
  7. <key>CFBundleIconFiles</key>
  8. <array>
  9. <string>GameThumbnail.png</string>
  10. </array>
  11. <key>CFBundleIdentifier</key>
  12. <string>project.MonoGame.iOS</string>
  13. <key>MinimumOSVersion</key>
  14. <string>11.0</string>
  15. <key>UISupportedInterfaceOrientations</key>
  16. <array>
  17. <string>UIInterfaceOrientationLandscapeLeft</string>
  18. <string>UIInterfaceOrientationLandscapeRight</string>
  19. </array>
  20. <key>CFBundleName</key>
  21. <string>iOS</string>
  22. <key>UIRequiresFullScreen</key>
  23. <true/>
  24. <key>UIStatusBarHidden</key>
  25. <true/>
  26. <key>UILaunchStoryboardName</key>
  27. <string>LaunchScreen</string>
  28. <key>UIDeviceFamily</key>
  29. <array>
  30. <integer>1</integer>
  31. <integer>2</integer>
  32. </array>
  33. </dict>
  34. </plist>