Skip to content

Commit

Permalink
[#510] Update keychainName default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Aug 24, 2023
1 parent c37549f commit 3e873f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Constants/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum Constant {
static let appleStagingTeamId = "<#teamId#>"
static let appleProductionUserName = "<#userName#>"
static let appleProductionTeamId = "<#teamId#>"
static let keychainName = "{PROJECT_NAME}"
static let keychainName = "{PROJECT_NAME}_keychain"
static let matchURL = "[email protected]:{organization}/{repo}.git"

// MARK: - Path
Expand Down

0 comments on commit 3e873f8

Please sign in to comment.