"Feature flags for .production."

This commit is contained in:
Matthew Chen 2021-08-10 18:44:40 -03:00
parent 66757b64ee
commit 6750e4e6c8

View File

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