"Feature flags for .production."

This commit is contained in:
Michelle Linington 2022-03-30 16:36:07 -07:00
parent d8b0f53eae
commit b0a13fc577

View File

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