Skip to content

Commit 6c7a504

Browse files
author
Rick Pasetto
authored
Tweaks version string in settings (and gets rid of the "magic 57" build number) (#423)
1 parent cd54ecc commit 6c7a504

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Common/Extensions/NSBundle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
extension Bundle {
1212
var fullVersionString: String {
13-
return "\(shortVersionString).\(version)"
13+
return "\(shortVersionString) (\(version))"
1414
}
1515

1616
var shortVersionString: String {

Version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//
88

99
// Version [DEFAULT]
10-
LOOP_MARKETING_VERSION = 1.10.1
11-
CURRENT_PROJECT_VERSION = 57
10+
LOOP_MARKETING_VERSION = 0.0.1
11+
CURRENT_PROJECT_VERSION = 0
1212

1313
// Optional override
1414
#include? "VersionOverride.xcconfig"

0 commit comments

Comments
 (0)