"Feature flags for .production."

This commit is contained in:
Matthew Chen 2021-08-11 10:49:55 -03:00
parent 1e36430d0b
commit d2fb9bc40a

View File

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