Skip to content

Commit

Permalink
Fastlane: use Transporter.app
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Jul 6, 2022
1 parent 44cce21 commit d478f06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ platform :ios do
end

xcversion(version: '~> 14')
ENV['FASTLANE_ITUNES_TRANSPORTER_PATH'] = '/Applications/Transporter.app/Contents/itms'

if cleaned_lane_condition(lane)
ensure_git_status_clean(show_uncommitted_changes: true, show_diff: true)
Expand Down Expand Up @@ -922,6 +923,7 @@ platform :ios do
after_all do |lane|
if cleaned_lane_condition(lane)
ENV.delete('DERIVED_DATA_CLEANED')
ENV.delete('FASTLANE_ITUNES_TRANSPORTER_PATH')
reset_git_repo(skip_clean: true)
end
end
Expand All @@ -930,6 +932,7 @@ platform :ios do
if cleaned_lane_condition(lane)
clean_build_artifacts
ENV.delete('DERIVED_DATA_CLEANED')
ENV.delete('FASTLANE_ITUNES_TRANSPORTER_PATH')
reset_git_repo(skip_clean: true, force: true)
end
end
Expand Down

0 comments on commit d478f06

Please sign in to comment.