Info.plist 969 B

1234567891011121314151617181920212223242526272829303132
  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>MinimumOSVersion</key>
  6. <string>12.2</string>
  7. <key>UISupportedInterfaceOrientations</key>
  8. <array>
  9. <string>UIInterfaceOrientationLandscapeLeft</string>
  10. <string>UIInterfaceOrientationLandscapeRight</string>
  11. </array>
  12. <key>CFBundleName</key>
  13. <string>MonoGameDistortionSample</string>
  14. <key>UIRequiresFullScreen</key>
  15. <true/>
  16. <key>UIStatusBarHidden</key>
  17. <true/>
  18. <key>UILaunchStoryboardName</key>
  19. <string>LaunchScreen</string>
  20. <key>UIDeviceFamily</key>
  21. <array>
  22. <integer>1</integer>
  23. <integer>2</integer>
  24. </array>
  25. <key>CFBundleIdentifier</key>
  26. <string>com.companyname.MonoGameDistortionSample</string>
  27. <key>CFBundleDisplayName</key>
  28. <string>MonoGameDistortionSample</string>
  29. <key>XSAppIconAssets</key>
  30. <string>AppIcon.xcassets/AppIcon.appiconset</string>
  31. </dict>
  32. </plist>