"Feature flags for .qa."

This commit is contained in:
Michelle Linington 2022-03-31 13:47:55 -07:00
parent 56d4d4a13a
commit c07be79e7b

View File

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