Info.plist 782 B

1234567891011121314151617181920212223
  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>XMLContentLoadingSample.iOS</string>
  7. <key>CFBundleIconFiles</key>
  8. <array>
  9. <string>GameThumbnail.png</string>
  10. </array>
  11. <key>CFBundleIdentifier</key>
  12. <string>project.MonoGame.XMLContentLoadingSample.iOS</string>
  13. <key>MinimumOSVersion</key>
  14. <string>7.0</string>
  15. <key>UISupportedInterfaceOrientations</key>
  16. <array>
  17. <string>UIInterfaceOrientationPortrait</string>
  18. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  19. <string>UIInterfaceOrientationLandscapeLeft</string>
  20. <string>UIInterfaceOrientationLandscapeRight</string>
  21. </array>
  22. </dict>
  23. </plist>