Feature flags for .production.
This commit is contained in:
parent
1ed8b108dd
commit
ce291aa84a
@ -19,7 +19,7 @@ extension FeatureBuild {
|
||||
}
|
||||
}
|
||||
|
||||
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .qa
|
||||
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production
|
||||
|
||||
// MARK: -
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user