refactor: rollback pod install step #37
@ -61,6 +61,15 @@ module Fastlane
|
|||||||
)
|
)
|
||||||
UI.message("🍺 API Key formated")
|
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
|
# Set up code signing using match
|
||||||
# Configures and runs `match` which manages code signing certificates and provisioning profiles for the project.
|
# 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.
|
# 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