"Feature flags for .qa."

This commit is contained in:
Nora Trapp 2021-06-18 12:25:06 -07:00
parent 549cf6064d
commit 4e60afe2e3

View File

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