Skip to content

Instantly share code, notes, and snippets.

@iotashan
Created October 31, 2012 17:07
Show Gist options
  • Save iotashan/3988351 to your computer and use it in GitHub Desktop.
Save iotashan/3988351 to your computer and use it in GitHub Desktop.
<ios>
<min-ios-ver>4.3</min-ios-ver>
<plist>
<dict>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
</dict>
</plist>
</ios>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment