test-Info.plist 640 B

1234567891011121314151617181920
  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>UILaunchScreen</key>
  6. <dict>
  7. <key>UIColorName</key>
  8. <string></string>
  9. <key>UIImageName</key>
  10. <string></string>
  11. </dict>
  12. <key>UISupportedInterfaceOrientations</key>
  13. <array>
  14. <string>UIInterfaceOrientationLandscapeLeft</string>
  15. <string>UIInterfaceOrientationLandscapeRight</string>
  16. <string>UIInterfaceOrientationPortrait</string>
  17. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  18. </array>
  19. </dict>
  20. </plist>