"Feature flags for .production."

This commit is contained in:
Michelle Linington 2021-10-22 17:26:09 -07:00
parent 44bb4319cd
commit 0f03e25b9c

View File

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