XCode: unify version strings

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld
2018-11-04 03:51:50 +01:00
parent 897c873296
commit 6c40479863
5 changed files with 12 additions and 8 deletions
@@ -0,0 +1,2 @@
#include "Version.xcconfig"
#include "Developer.xcconfig"
@@ -0,0 +1,2 @@
VERSION_NAME = 0.0.20181103
VERSION_ID = 1
+2 -2
View File
@@ -53,9 +53,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.20181103</string>
<string>$(VERSION_NAME)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(VERSION_ID)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>