"Feature flags for .beta."

This commit is contained in:
Michelle Linington 2021-10-26 15:59:02 -07:00
parent f58b18a9b6
commit 8486b5dbda

View File

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