Feature flags for .beta.

This commit is contained in:
Nora Trapp 2020-12-15 11:54:24 -08:00
parent 3891b785e0
commit 01a3a57dea

View File

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