"Feature flags for .beta."

This commit is contained in:
Matthew Chen 2021-08-30 17:45:59 -03:00
parent 5f35380d83
commit fffca57867

View File

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