Enable QA feature flags.

This commit is contained in:
Matthew Chen 2019-10-17 16:25:41 -03:00
parent 5f7888d227
commit df6088698e

View File

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