Feature flags for .beta.

This commit is contained in:
Matthew Chen 2021-02-15 14:19:36 -03:00
parent 551697f40c
commit fa5eebb67b

View File

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