"Feature flags for .qa."

This commit is contained in:
Michelle Linington 2021-10-29 20:05:08 -07:00
parent d0958a2868
commit 49623dd95c

View File

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