"Feature flags for .beta."

This commit is contained in:
Nora Trapp 2021-04-14 18:48:42 -07:00
parent 453cb00e26
commit 95a4a41a64

View File

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