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