Feature flags for .production.

This commit is contained in:
Matthew Chen 2020-08-14 13:56:03 -03:00
parent 7c9caa05c5
commit a950f39d61

View File

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