Feature flags for .production.

This commit is contained in:
Matthew Chen 2020-09-21 17:02:06 -03:00
parent b15f394042
commit 874bb8d893

View File

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