Info.plist 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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>ControlCatalog.MacCatalyst</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>Avalonia.ControlCatalog</string>
  9. <key>CFBundleShortVersionString</key>
  10. <string>1.0</string>
  11. <key>CFBundleVersion</key>
  12. <string>1.0</string>
  13. <key>LSRequiresIPhoneOS</key>
  14. <true/>
  15. <key>UIDeviceFamily</key>
  16. <array>
  17. <integer>6</integer>
  18. </array>
  19. <key>UIRequiredDeviceCapabilities</key>
  20. <array>
  21. <string>arm64</string>
  22. </array>
  23. <key>UILaunchStoryboardName</key>
  24. <string>LaunchScreen</string>
  25. <key>UISupportedInterfaceOrientations</key>
  26. <array>
  27. <string>UIInterfaceOrientationPortrait</string>
  28. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  29. <string>UIInterfaceOrientationLandscapeLeft</string>
  30. <string>UIInterfaceOrientationLandscapeRight</string>
  31. </array>
  32. <key>UISupportedInterfaceOrientations~ipad</key>
  33. <array>
  34. <string>UIInterfaceOrientationPortrait</string>
  35. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  36. <string>UIInterfaceOrientationLandscapeLeft</string>
  37. <string>UIInterfaceOrientationLandscapeRight</string>
  38. </array>
  39. <key>com.apple.security.files.user-selected.read-write</key>
  40. <true/>
  41. </dict>
  42. </plist>