Set feature flags to beta.

This commit is contained in:
Matthew Chen 2019-09-20 21:17:56 -03:00
parent eb7f338bd9
commit 979edb71de

View File

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