Pre-install fastlane

fixes #35
This commit is contained in:
Fedor Korotkov 2021-03-14 09:47:28 -04:00 committed by GitHub
parent 762335ff7f
commit 8b30c0aa9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
{
"inline": [
"source ~/.zprofile",
"brew install libimobiledevice ideviceinstaller ios-deploy",
"brew install libimobiledevice ideviceinstaller ios-deploy fastlane",
"sudo gem install cocoapods"
],
"type": "shell"