Feature flags for .production.

This commit is contained in:
Matthew Chen 2021-03-17 21:46:50 -03:00
parent 1ed8b108dd
commit ce291aa84a

View File

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