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.

39 line
1.5KB

  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. <!-- The Mac App Store requires you specify if the app uses encryption. -->
  6. <!-- Please consult https://developer.apple.com/documentation/bundleresources/information_property_list/itsappusesnonexemptencryption -->
  7. <!-- <key>ITSAppUsesNonExemptEncryption</key> -->
  8. <!-- Please indicate <true/> or <false/> here. -->
  9. <!-- Specify the category for your app here. -->
  10. <!-- Please consult https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype -->
  11. <!-- <key>LSApplicationCategoryType</key> -->
  12. <!-- <string>public.app-category.YOUR-CATEGORY-HERE</string> -->
  13. <key>UIDeviceFamily</key>
  14. <array>
  15. <integer>2</integer>
  16. </array>
  17. <key>UIRequiredDeviceCapabilities</key>
  18. <array>
  19. <string>arm64</string>
  20. </array>
  21. <key>UISupportedInterfaceOrientations</key>
  22. <array>
  23. <string>UIInterfaceOrientationPortrait</string>
  24. <string>UIInterfaceOrientationLandscapeLeft</string>
  25. <string>UIInterfaceOrientationLandscapeRight</string>
  26. </array>
  27. <key>UISupportedInterfaceOrientations~ipad</key>
  28. <array>
  29. <string>UIInterfaceOrientationPortrait</string>
  30. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  31. <string>UIInterfaceOrientationLandscapeLeft</string>
  32. <string>UIInterfaceOrientationLandscapeRight</string>
  33. </array>
  34. <key>XSAppIconAssets</key>
  35. <string>Assets.xcassets/appicon.appiconset</string>
  36. </dict>
  37. </plist>