Feature flags for .beta.

This commit is contained in:
Matthew Chen 2021-02-05 18:50:02 -03:00
parent 478e849416
commit f7fbe56b79

View File

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