Feature flags for .qa.

This commit is contained in:
Matthew Chen 2020-10-15 14:50:28 -03:00
parent 1861d4f496
commit 7883bfce39

View File

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