Feature flags for .beta.

This commit is contained in:
Matthew Chen 2020-10-09 14:43:27 -03:00
parent b642a97fec
commit a12fbbc0f6

View File

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