"Feature flags for .beta."

This commit is contained in:
Nora Trapp 2021-06-23 13:11:09 -07:00
parent d22438f039
commit 5cfe9d4e99

View File

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