Feature flags for .qa.

This commit is contained in:
Matthew Chen 2020-11-23 14:50:54 -03:00
parent a2765d6785
commit e61dcd659e

View File

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