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>2017-09-08 01:53:04 +0300
committerGitHub <noreply@github.com>2017-09-08 01:53:04 +0300
commita2eec19023b334c939ceffe7cbd59eaaba4f617a (patch)
treedcbd3af361785cf7ff6bb17cc98828df495e41bf
parent09dd0f98da7884abcb0a714976bfbff897c2462b (diff)
parent6e8d426ce5a2c2971efd058911062882ec971a2d (diff)
Merge PR #118: Various Info.plist/xcodeproj cleanups.
-rwxr-xr-xMumble.xcodeproj/project.pbxproj15
-rw-r--r--Mumble.xcodeproj/xcshareddata/xcschemes/Mumble.xcscheme2
-rw-r--r--Source/Info.plist2
3 files changed, 2 insertions, 17 deletions
diff --git a/Mumble.xcodeproj/project.pbxproj b/Mumble.xcodeproj/project.pbxproj
index fc570df..cbd338a 100755
--- a/Mumble.xcodeproj/project.pbxproj
+++ b/Mumble.xcodeproj/project.pbxproj
@@ -957,7 +957,6 @@
1D60588D0D05DD3D006BFB54 /* Resources */,
1D60588E0D05DD3D006BFB54 /* Sources */,
1D60588F0D05DD3D006BFB54 /* Frameworks */,
- 2830A26311CEA89100970A41 /* Info.plist Extras */,
);
buildRules = (
);
@@ -1168,20 +1167,6 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
- 2830A26311CEA89100970A41 /* Info.plist Extras */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Info.plist Extras";
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "PLIST=\"${TARGET_BUILD_DIR}/Mumble.app/Info\"\n\nexport PATH=\"$PATH:$HOME/.local/bin\"\ncd \"${PROJECT_DIR}\"\n\n# Git revision\ngitrev=$(git show HEAD | grep commit | sed 's,commit\\ ,,' | head -c12)\ndefaults write \"${PLIST}\" MumbleGitRevision -string \"${gitrev}\"\n\n# Build date\nbuilddate=$(python -B -c 'import datetime; print datetime.datetime.utcnow().strftime(\"%Y-%m-%dT%H:%M:%SZ\")')\ndefaults write \"${PLIST}\" MumbleBuildDate -date \"${builddate}\"";
- };
285D6B7A16BF02E900F239EB /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
diff --git a/Mumble.xcodeproj/xcshareddata/xcschemes/Mumble.xcscheme b/Mumble.xcodeproj/xcshareddata/xcschemes/Mumble.xcscheme
index 7cb8df6..d7787b1 100644
--- a/Mumble.xcodeproj/xcshareddata/xcschemes/Mumble.xcscheme
+++ b/Mumble.xcodeproj/xcshareddata/xcschemes/Mumble.xcscheme
@@ -85,7 +85,7 @@
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
- buildConfiguration = "Release"
+ buildConfiguration = "AppStore"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
diff --git a/Source/Info.plist b/Source/Info.plist
index 3f2b906..d6486bb 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -62,7 +62,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.3.1</string>
+ <string>1003001001</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>