"Feature flags for .beta."

This commit is contained in:
Eugene Bistolas 2021-11-29 11:47:21 -10:00
parent 4578af8c5c
commit ef4bbde9df

View File

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