Update feature flags for public beta.

This commit is contained in:
Matthew Chen 2019-10-04 15:29:21 -03:00
parent da89c552e7
commit 1928e9fa36

View File

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