"Feature flags for .beta."

This commit is contained in:
Michelle Linington 2021-09-10 15:37:46 -07:00
parent 9227a6799b
commit 633feba964

View File

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