Browse Source

Replaces - with . in CFBundleShortVersionString to pass TestFlight validation (#2799)

Christian Noon 6 years ago
parent
commit
e222a3d155
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Info.plist

+ 1 - 1
Source/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
-	<string>5.0.0-beta.4</string>
+	<string>5.0.0.beta.4</string>
 	<key>CFBundleSignature</key>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>