"Feature flags for .production."

This commit is contained in:
Matthew Chen 2021-10-22 10:44:03 -03:00
parent 55ea2158fd
commit 1291040352

View File

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