"Feature flags for .production."

This commit is contained in:
Nora Trapp 2022-02-04 13:34:46 -08:00
parent 575ee9960d
commit e3412cb2bf

View File

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