Set feature flags to production.

This commit is contained in:
Matthew Chen 2019-09-20 21:18:17 -03:00
parent 3737809185
commit a9fbff59b1

View File

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