"Feature flags for .production."

This commit is contained in:
Matthew Chen 2021-08-15 19:50:15 -03:00
parent c9880b3b73
commit 04169fe9c2

View File

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