Feature flags for .production.

This commit is contained in:
Matthew Chen 2021-02-05 18:10:27 -03:00
parent 7dd7bac83f
commit 1b284b393d

View File

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