You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1001 B

  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>LSRequiresIPhoneOS</key>
  6. <true/>
  7. <key>UIDeviceFamily</key>
  8. <array>
  9. <integer>1</integer>
  10. <integer>2</integer>
  11. </array>
  12. <key>UIRequiredDeviceCapabilities</key>
  13. <array>
  14. <string>arm64</string>
  15. </array>
  16. <key>UISupportedInterfaceOrientations</key>
  17. <array>
  18. <string>UIInterfaceOrientationPortrait</string>
  19. <string>UIInterfaceOrientationLandscapeLeft</string>
  20. <string>UIInterfaceOrientationLandscapeRight</string>
  21. </array>
  22. <key>UISupportedInterfaceOrientations~ipad</key>
  23. <array>
  24. <string>UIInterfaceOrientationPortrait</string>
  25. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  26. <string>UIInterfaceOrientationLandscapeLeft</string>
  27. <string>UIInterfaceOrientationLandscapeRight</string>
  28. </array>
  29. <key>XSAppIconAssets</key>
  30. <string>Assets.xcassets/appicon.appiconset</string>
  31. </dict>
  32. </plist>