refactor: rollback pod install step #37

Merged
malo merged 1 commits from feat/ios-flutter-args into main 2023-10-26 17:25:35 +00:00

View File

@ -61,6 +61,15 @@ module Fastlane
)
UI.message("🍺 API Key formated")
# Install Cocoapods
other_action.cocoapods(
clean_install: true,
clean: true,
integrate: true,
podfile: "./Podfile"
)
UI.message("🍺 Pod got")
# Set up code signing using match
# Configures and runs `match` which manages code signing certificates and provisioning profiles for the project.
# The function takes the app's bundle identifier, an authorization token for the project's Git repository, and the name and password for a temporary keychain used to store the signing certificate.