Info.plist 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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>CFBundleIdentifier</key>
  6. <string>com.monogame.networkprediction</string>
  7. <key>CFBundleName</key>
  8. <string>NetworkPrediction</string>
  9. <key>CFBundleDisplayName</key>
  10. <string>NetworkPrediction</string>
  11. <key>CFBundleVersion</key>
  12. <string>1.0</string>
  13. <key>CFBundleShortVersionString</key>
  14. <string>1.0</string>
  15. <key>CFBundleExecutable</key>
  16. <string>NetworkPrediction.iOS</string>
  17. <key>MinimumOSVersion</key>
  18. <string>11.0</string>
  19. <key>UIDeviceFamily</key>
  20. <array>
  21. <integer>1</integer>
  22. <integer>2</integer>
  23. </array>
  24. <key>UISupportedInterfaceOrientations</key>
  25. <array>
  26. <string>UIInterfaceOrientationLandscapeLeft</string>
  27. <string>UIInterfaceOrientationLandscapeRight</string>
  28. </array>
  29. <key>UISupportedInterfaceOrientations~ipad</key>
  30. <array>
  31. <string>UIInterfaceOrientationLandscapeLeft</string>
  32. <string>UIInterfaceOrientationLandscapeRight</string>
  33. </array>
  34. <key>UIStatusBarHidden</key>
  35. <true/>
  36. <key>UIRequiresFullScreen</key>
  37. <true/>
  38. </dict>
  39. </plist>