"Feature flags for .qa."

This commit is contained in:
Nora Trapp 2021-07-09 14:50:33 -07:00
parent ecf078fa3b
commit 5c134d10cd

View File

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