Revert "Assume full version in beta"

This reverts commit 04fc806e5a.
This commit is contained in:
Davide De Rosa 2021-01-07 23:28:18 +01:00
parent a7fc4dcc39
commit 54c9ca671a
1 changed files with 3 additions and 4 deletions

View File

@ -32,10 +32,9 @@ extension AppConstants {
}
struct InApp {
// static var isBetaFullVersion: Bool {
// return ProcessInfo.processInfo.environment["FULL_VERSION"] != nil
// }
static let isBetaFullVersion = true
static var isBetaFullVersion: Bool {
return ProcessInfo.processInfo.environment["FULL_VERSION"] != nil
}
static let lastFullVersionBuild = 2016
}