Feature flags for .production.
This commit is contained in:
parent
7dd7bac83f
commit
1b284b393d
@ -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