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 502c7b06e4 - Show all commits

View File

@ -51,7 +51,8 @@ module Fastlane
Actions::CocoapodsAction.run( Actions::CocoapodsAction.run(
clean_install: true, clean_install: true,
clean: true, clean: true,
integrate: true integrate: true,
podfile: "./Podfile"
) )
# Set up code signing using match # Set up code signing using match