Feature flags for .beta.

This commit is contained in:
Matthew Chen 2020-09-21 19:35:40 -03:00
parent e42102df80
commit a643a409fa

View File

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