"Feature flags for .beta."

This commit is contained in:
Matthew Chen 2021-08-10 18:44:47 -03:00
parent f7db680555
commit f97b2d2f58

View File

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