Feature flags for .production.
This commit is contained in:
parent
35c3b676e3
commit
9a6ef4d128
@ -9,6 +9,6 @@ extension FeatureBuild {
|
||||
#if DEBUG
|
||||
static let current: FeatureBuild = .dev
|
||||
#else
|
||||
static let current: FeatureBuild = .beta
|
||||
static let current: FeatureBuild = .production
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
beta
|
||||
production
|
||||
@ -1 +1 @@
|
||||
8.14.0.{build_number}-beta
|
||||
8.14.0.{build_number}
|
||||
Loading…
Reference in New Issue
Block a user