Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2013-06-03 21:13:54 +0400
committerMikkel Krautz <mikkel@krautz.dk>2013-06-03 21:13:54 +0400
commit0fe7c2ae5f280e6e2854da3bdb66e3d86a226384 (patch)
tree83a9b536c1b46d30cdcc6fa0d7b7a36efbb13682 /Source
parentbd614858f77fe9cdc6f76ed1e3c45873c3a5e507 (diff)
Mumble.xcodeproj, Info.plist: remove some iPad specific settings to ensure the phone UI idiom is always triggered.v1.2
Diffstat (limited to 'Source')
-rw-r--r--Source/Info.plist9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/Info.plist b/Source/Info.plist
index d8acea4..16463d9 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -65,8 +65,6 @@
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
- <key>NSMainNibFile~ipad</key>
- <string>MainWindow~iPad</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
@@ -81,12 +79,5 @@
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- </array>
</dict>
</plist>