Info.plist 513 B

12345678910111213
  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>UIInterfaceOrientationPortrait</string>
  8. <string>UIInterfaceOrientationPortraitUpsideDown</string>
  9. <string>UIInterfaceOrientationLandscapeLeft</string>
  10. <string>UIInterfaceOrientationLandscapeRight</string>
  11. </array>
  12. </dict>
  13. </plist>