"Feature flags for .qa."

This commit is contained in:
Matthew Chen 2021-05-17 22:26:27 -03:00
parent 2f05aae176
commit ea041ece37

View File

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