We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd54ecc commit 6c7a504Copy full SHA for 6c7a504
Common/Extensions/NSBundle.swift
@@ -10,7 +10,7 @@ import Foundation
10
11
extension Bundle {
12
var fullVersionString: String {
13
- return "\(shortVersionString).\(version)"
+ return "\(shortVersionString) (\(version))"
14
}
15
16
var shortVersionString: String {
Version.xcconfig
@@ -7,8 +7,8 @@
7
//
8
9
// Version [DEFAULT]
-LOOP_MARKETING_VERSION = 1.10.1
-CURRENT_PROJECT_VERSION = 57
+LOOP_MARKETING_VERSION = 0.0.1
+CURRENT_PROJECT_VERSION = 0
// Optional override
#include? "VersionOverride.xcconfig"
0 commit comments