"Feature flags for .production."
This commit is contained in:
parent
07610dbe96
commit
544f6a2678
@ -19,7 +19,7 @@ extension FeatureBuild {
|
||||
}
|
||||
}
|
||||
|
||||
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .beta
|
||||
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production
|
||||
|
||||
// MARK: -
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user