"Feature flags for .beta."

This commit is contained in:
Michelle Linington 2021-05-07 17:53:54 -07:00
parent b0f0051942
commit ecb662f8f3

View File

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