Skip to content

Commit

Permalink
[#169] Update set_app_store_connect_api_key name
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Aug 31, 2023
1 parent de816c8 commit 6b78bb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ platform :ios do
Constants.BUNDLE_ID_PRODUCTION,
false
)
set_connect_api_key
set_app_store_connect_api_key
upload_production_build_to_testflight
end

Expand Down Expand Up @@ -136,7 +136,7 @@ platform :ios do
Constants.BUNDLE_ID_PRODUCTION,
false
)
set_connect_api_key
set_app_store_connect_api_key
upload_build_to_production_app_store_connect
end

Expand Down Expand Up @@ -176,7 +176,7 @@ platform :ios do
end

desc 'Set App Store Connect API key'
lane :set_connect_api_key do
lane :set_app_store_connect_api_key do
app_store_connect_api_key(
key_id: Environments.APP_STORE_KEY_ID,
issuer_id: Environments.APP_STORE_ISSUER_ID,
Expand Down
6 changes: 3 additions & 3 deletions sample/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ platform :ios do
Constants.BUNDLE_ID_PRODUCTION,
false
)
set_connect_api_key
set_app_store_connect_api_key
upload_production_build_to_testflight
end

Expand Down Expand Up @@ -136,7 +136,7 @@ platform :ios do
Constants.BUNDLE_ID_PRODUCTION,
false
)
set_connect_api_key
set_app_store_connect_api_key
upload_build_to_production_app_store_connect
end

Expand Down Expand Up @@ -176,7 +176,7 @@ platform :ios do
end

desc 'Set App Store Connect API key'
lane :set_connect_api_key do
lane :set_app_store_connect_api_key do
app_store_connect_api_key(
key_id: Environments.APP_STORE_KEY_ID,
issuer_id: Environments.APP_STORE_ISSUER_ID,
Expand Down

0 comments on commit 6b78bb0

Please sign in to comment.