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
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
parentbd614858f77fe9cdc6f76ed1e3c45873c3a5e507 (diff)
Mumble.xcodeproj, Info.plist: remove some iPad specific settings to ensure the phone UI idiom is always triggered.v1.2
-rwxr-xr-xMumble.xcodeproj/project.pbxproj2
-rw-r--r--Source/Info.plist9
2 files changed, 0 insertions, 11 deletions
diff --git a/Mumble.xcodeproj/project.pbxproj b/Mumble.xcodeproj/project.pbxproj
index c72ad48..b92071c 100755
--- a/Mumble.xcodeproj/project.pbxproj
+++ b/Mumble.xcodeproj/project.pbxproj
@@ -58,7 +58,6 @@
286A3CA9158CD12E00C817D1 /* LogoBigShadow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 286A3CA8158CD12E00C817D1 /* LogoBigShadow@2x.png */; };
286A3CAB158CD55700C817D1 /* LogoBigShadow.png in Resources */ = {isa = PBXBuildFile; fileRef = 286A3CAA158CD55700C817D1 /* LogoBigShadow.png */; };
286A3CAD158CD5F400C817D1 /* BackgroundTextureBlackGradientPad.png in Resources */ = {isa = PBXBuildFile; fileRef = 286A3CAC158CD5F400C817D1 /* BackgroundTextureBlackGradientPad.png */; };
- 286A3CAF158CEB5B00C817D1 /* MainWindow~iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 286A3CAE158CEB5A00C817D1 /* MainWindow~iPad.xib */; };
286A3CBE158CFDF300C817D1 /* MUPopoverBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 286A3CBD158CFDF200C817D1 /* MUPopoverBackgroundView.m */; };
286A3CC1158CFEAB00C817D1 /* _UIPopoverViewBlackBackgroundArrowUp.png in Resources */ = {isa = PBXBuildFile; fileRef = 286A3CBF158CFEAB00C817D1 /* _UIPopoverViewBlackBackgroundArrowUp.png */; };
286A3CC2158CFEAB00C817D1 /* _UIPopoverViewBlackBackgroundArrowUp@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 286A3CC0158CFEAB00C817D1 /* _UIPopoverViewBlackBackgroundArrowUp@2x.png */; };
@@ -1233,7 +1232,6 @@
286A3CA9158CD12E00C817D1 /* LogoBigShadow@2x.png in Resources */,
286A3CAB158CD55700C817D1 /* LogoBigShadow.png in Resources */,
286A3CAD158CD5F400C817D1 /* BackgroundTextureBlackGradientPad.png in Resources */,
- 286A3CAF158CEB5B00C817D1 /* MainWindow~iPad.xib in Resources */,
286A3CC1158CFEAB00C817D1 /* _UIPopoverViewBlackBackgroundArrowUp.png in Resources */,
286A3CC2158CFEAB00C817D1 /* _UIPopoverViewBlackBackgroundArrowUp@2x.png in Resources */,
28451944163463C90027FAB3 /* Default-568h@2x.png in Resources */,
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>