Feature flags for beta

This commit is contained in:
Nora Trapp 2020-05-26 19:44:57 -07:00
parent 294a72fd74
commit 19f4d703eb

View File

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