Skip to content

Commit

Permalink
[310] Update format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Apr 26, 2023
1 parent 43d9542 commit 68aef48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Constants/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ extension Constant {
case production = "Production"

var productName: String { "\(Constant.projectName) \(rawValue)".trimmed }

var scheme: String {
switch self {
case .staging: return "\(Constant.projectName) \(rawValue)".trimmed
case .production: return Constant.projectName.trimmed
}
}

var bundleId: String {
switch self {
case .staging: return Constant.stagingBundleId
Expand Down

0 comments on commit 68aef48

Please sign in to comment.