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>2011-04-22 22:35:50 +0400
committerMikkel Krautz <mikkel@krautz.dk>2011-04-22 22:35:50 +0400
commit649029657a410c94a0a862a531be0781652d753c (patch)
treeba8ec0ec0eaa43239c0b1fcfe0cc9d450121b73c
parent6e0f38286630993c60d87dfa8a9e4c8664f03619 (diff)
Xcode4 auto-genned Info.plist.
-rw-r--r--Mumble.xcodeproj/project.xcworkspace/contents.xcworkspacedata3
-rw-r--r--Source/Info.plist18
2 files changed, 12 insertions, 9 deletions
diff --git a/Mumble.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Mumble.xcodeproj/project.xcworkspace/contents.xcworkspacedata
index 3100dfc..79392a3 100644
--- a/Mumble.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+++ b/Mumble.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<Workspace>
+<Workspace
+ version = "1.0">
<FileRef
location = "self:Mumble.xcodeproj">
</FileRef>
diff --git a/Source/Info.plist b/Source/Info.plist
index 7261589..00a1f1c 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -2,14 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleShortVersionString</key>
- <string></string>
- <key>UIBackgroundModes</key>
- <array>
- <string>audio</string>
- </array>
- <key>UIPrerenderedIcon</key>
- <true/>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
@@ -26,6 +18,8 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string></string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
@@ -36,7 +30,15 @@
<string>MainWindow</string>
<key>NSMainNibFile~ipad</key>
<string>MainWindow-iPad</string>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>audio</string>
+ </array>
<key>UIFileSharingEnabled</key>
<true/>
+ <key>UIPrerenderedIcon</key>
+ <true/>
+ <key>UISupportedInterfaceOrientations~ipad</key>
+ <array/>
</dict>
</plist>