Add iOS pipeline #7

Merged
malo merged 24 commits from feat/add-ios-pipeline into main 2023-05-15 15:01:41 +00:00
Showing only changes of commit d88276a0ec - Show all commits

View File

@ -49,7 +49,8 @@ module Fastlane
# Install Cocoapods # Install Cocoapods
Actions::CocoapodsAction.run( Actions::CocoapodsAction.run(
clean_install: true clean_install: true,
clean: true
) )
# Set up code signing using match # Set up code signing using match