Info.plist 591 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>UISupportedInterfaceOrientations</key>
  6. <array>
  7. <string>UIInterfaceOrientationLandscapeLeft</string>
  8. <string>UIInterfaceOrientationLandscapeRight</string>
  9. </array>
  10. <key>UISupportedInterfaceOrientations~ipad</key>
  11. <array>
  12. <string>UIInterfaceOrientationPortrait</string>
  13. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  14. </array>
  15. </dict>
  16. </plist>