"Feature flags for .qa."

This commit is contained in:
Eugene Bistolas 2021-11-29 11:47:33 -10:00
parent c871cebf34
commit 0aef3f8f02

View File

@ -19,7 +19,7 @@ extension FeatureBuild {
}
}
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .beta
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .qa
// MARK: -