Skip to content

Commit

Permalink
fastlaneのビルドを分割
Browse files Browse the repository at this point in the history
  • Loading branch information
shiosyakeyakini-info committed Oct 21, 2024
1 parent 459a119 commit d144b37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@ platform :ios do
build_app(
skip_build_archive: true,
archive_path: "../build/ios/archive/Runner.xcarchive",
scheme: "Runner",
export_team_id: CredentialsManager::AppfileConfig.try_fetch_value(:team_id)
)
build_app(
skip_build_archive: true,
archive_path: "../build/ios/archive/Runner.xcarchive",
scheme: "ShareExtension",
export_team_id: CredentialsManager::AppfileConfig.try_fetch_value(:team_id)
)
upload_to_testflight(
api_key: api_key,
skip_waiting_for_build_processing: true,
Expand Down

0 comments on commit d144b37

Please sign in to comment.