Info.iOS.plist 604 B

12345678910111213141516171819
  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>Orientation</string>
  7. <key>UIDeviceFamily</key>
  8. <array>
  9. <integer>1</integer>
  10. </array>
  11. <key>UISupportedInterfaceOrientations</key>
  12. <array>
  13. <string>UIInterfaceOrientationPortrait</string>
  14. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  15. <string>UIInterfaceOrientationLandscapeLeft</string>
  16. <string>UIInterfaceOrientationLandscapeRight</string>
  17. </array>
  18. </dict>
  19. </plist>