Feature flags for .beta.

This commit is contained in:
Matthew Chen 2020-07-02 08:57:42 -03:00
parent 840c57d33e
commit 77551ecbc8

View File

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