Skip to content

Commit

Permalink
[310] Rename connectProductionAPIKey -> connectAPIKey
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Apr 21, 2023
1 parent f7f7530 commit 54bd28f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Fastfile: LaneFile {
desc("Build Production app and upload to App Store")

setAppVersion()
AppStoreAuthentication.connectProductionAPIKey()
AppStoreAuthentication.connectAPIKey()
if Secret.bumpAppStoreBuildNumber {
bumpAppstoreBuild()
} else {
Expand All @@ -131,7 +131,7 @@ class Fastfile: LaneFile {

buildAppStoreLane()

AppStoreAuthentication.connectProductionAPIKey()
AppStoreAuthentication.connectAPIKey()
Distribution.uploadToTestFlight()

Symbol.uploadToCrashlytics(environment: .production)
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Helpers/AppStoreAuthentication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

enum AppStoreAuthentication {

static func connectProductionAPIKey() {
static func connectAPIKey() {
appStoreConnectApiKey(
keyId: Secret.appStoreKeyIdKey,
issuerId: Secret.appStoreIssuerIdKey,
Expand Down

0 comments on commit 54bd28f

Please sign in to comment.