Info.plist 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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>UISupportedInterfaceOrientations</key>
  11. <array>
  12. <string>UIInterfaceOrientationPortrait</string>
  13. <string>UIInterfaceOrientationLandscapeLeft</string>
  14. <string>UIInterfaceOrientationLandscapeRight</string>
  15. </array>
  16. <key>UISupportedInterfaceOrientations~ipad</key>
  17. <array>
  18. <string>UIInterfaceOrientationPortrait</string>
  19. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  20. <string>UIInterfaceOrientationLandscapeLeft</string>
  21. <string>UIInterfaceOrientationLandscapeRight</string>
  22. </array>
  23. <key>MinimumOSVersion</key>
  24. <string>8.0</string>
  25. <key>CFBundleDisplayName</key>
  26. <string>ConnectionTest</string>
  27. <key>CFBundleIdentifier</key>
  28. <string>com.ConnectionTest.PRSMobile.ConnectionTest</string>
  29. <key>CFBundleVersion</key>
  30. <string>1.0</string>
  31. <key>UILaunchStoryboardName</key>
  32. <string>LaunchScreen</string>
  33. <key>CFBundleName</key>
  34. <string>ConnectionTest</string>
  35. <key>XSAppIconAssets</key>
  36. <string>Assets.xcassets/AppIcon.appiconset</string>
  37. <key>PreferIPv4</key>
  38. <true/>
  39. </dict>
  40. </plist>