"Feature flags for .production."

This commit is contained in:
Michelle Linington 2021-09-21 20:59:07 -07:00
parent fa69b23e57
commit 4894bda366

View File

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