Feature flags for .beta.

This commit is contained in:
Matthew Chen 2021-01-29 17:28:36 -03:00
parent c63e1f2570
commit 8f85241753

View File

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