refactor: rollback pod install step
This commit is contained in:
parent
c0f125a23c
commit
3a411fe576
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user