Feature flags for .production.

This commit is contained in:
Matthew Chen 2021-02-05 18:39:56 -03:00
parent daa9061fd6
commit 75c993549b

View File

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