XCode: unify version strings
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#include "Version.xcconfig"
|
||||
#include "Developer.xcconfig"
|
||||
@@ -0,0 +1,2 @@
|
||||
VERSION_NAME = 0.0.20181103
|
||||
VERSION_ID = 1
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user