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.

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