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:37:45 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-09-08 01:50:50 +0300
commit56b8eb5512ab3495de581917169bdf807ab1c069 (patch)
tree6af7d8f538f1a6fb0514f38ef81672141495ac97
parentac6f2a77ace65a2378372bf4aaa60d08ff4a811d (diff)
Use 1003001001 as the CFBundleVersion (decimalized version of 1.3.1).
This adds a CFBundleVersion of 1003001001. The meaning behind the number is: 1 - Major version 003 - Minor version 001 - Patch version 001 - Build number
-rw-r--r--Source/Info.plist2
1 files changed, 1 insertions, 1 deletions
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>