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>2012-02-07 02:06:56 +0400
committerMikkel Krautz <mikkel@krautz.dk>2012-02-07 02:10:40 +0400
commit5e3467f5e140e44fce7b0b1c505291621e72f0ea (patch)
tree2be88268eb01cf90f2ceb0ec6af3ca34cf707c7b
parent77e9db98706e8b3165333f65ac47db9b631aec41 (diff)
Remove iPad-specific keys from Info.plist.1.0
-rw-r--r--Source/Info.plist4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Info.plist b/Source/Info.plist
index c167580..e2df18f 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -61,8 +61,6 @@
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
- <key>NSMainNibFile~ipad</key>
- <string>MainWindow-iPad</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
@@ -77,7 +75,5 @@
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array/>
</dict>
</plist>