Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Cédric Luthi
2011-01-05 21:21:52 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
97c0afaccf0d88970650662dbc986a8c36500c97
97c0afac
1 parent
a9bfbaff
Added UISupportedInterfaceOrientations Info.plist key
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
iPhone Sample/iPadInfo.plist
iPhone Sample/iPadInfo.plist
View file @
97c0afa
...
...
@@ -22,5 +22,12 @@
<string>
1.0
</string>
<key>
NSMainNibFile
</key>
<string>
iPadMainWindow
</string>
<key>
UISupportedInterfaceOrientations
</key>
<array>
<string>
UIInterfaceOrientationPortrait
</string>
<string>
UIInterfaceOrientationPortraitUpsideDown
</string>
<string>
UIInterfaceOrientationLandscapeLeft
</string>
<string>
UIInterfaceOrientationLandscapeRight
</string>
</array>
</dict>
</plist>
...
...
Please
register
or
login
to post a comment