Feature flags for .beta.

This commit is contained in:
Nora Trapp 2020-09-02 16:44:21 -07:00
parent 45ad4f9900
commit 1ccdb20372

View File

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