Info.plist 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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</string>
  7. <key>CFBundleIdentifier</key>
  8. <string>com.companyname.ControlCatalog.iOS</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>MinimumOSVersion</key>
  16. <string>15.0</string>
  17. <key>UIDeviceFamily</key>
  18. <array>
  19. <integer>1</integer><integer>2</integer>
  20. </array>
  21. <key>UILaunchStoryboardName</key>
  22. <string>LaunchScreen</string>
  23. <key>UIRequiredDeviceCapabilities</key>
  24. <array>
  25. <string>armv7</string>
  26. </array>
  27. <key>UISupportedInterfaceOrientations</key>
  28. <array>
  29. <string>UIInterfaceOrientationPortrait</string>
  30. <string>UIInterfaceOrientationLandscapeLeft</string>
  31. <string>UIInterfaceOrientationLandscapeRight</string>
  32. </array>
  33. <key>UISupportedInterfaceOrientations~ipad</key>
  34. <array>
  35. <string>UIInterfaceOrientationPortrait</string>
  36. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  37. <string>UIInterfaceOrientationLandscapeLeft</string>
  38. <string>UIInterfaceOrientationLandscapeRight</string>
  39. </array>
  40. <key>XSAppIconAssets</key>
  41. <string>Assets.xcassets/AppIcon.appiconset</string>
  42. </dict>
  43. </plist>