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.

25 lines
895 B

1 year ago
  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>CircleViewerMac</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>ai.circlesecurity.circleviewer</string>
  9. <key>CFBundleShortVersionString</key>
  10. <string>1.0</string>
  11. <key>CFBundleVersion</key>
  12. <string>1.0</string>
  13. <key>UIDeviceFamily</key>
  14. <array>
  15. <integer>2</integer>
  16. </array>
  17. <key>UISupportedInterfaceOrientations</key>
  18. <array>
  19. <string>UIInterfaceOrientationPortrait</string>
  20. <string>UIInterfaceOrientationLandscapeLeft</string>
  21. <string>UIInterfaceOrientationLandscapeRight</string>
  22. </array>
  23. <key>XSAppIconAssets</key>
  24. <string>Assets.xcassets/AppIcon.appiconset</string>
  25. </dict>
  26. </plist>