Install fastlane via bundler (#228)

As recommended by docs and since we have newer Ruby version from rbenv
This commit is contained in:
Fedor Korotkov 2025-04-08 11:09:50 -04:00 committed by GitHub
parent f64d712020
commit 6a21d56c86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -202,9 +202,10 @@ build {
provisioner "shell" {
inline = [
"source ~/.zprofile",
"brew install libimobiledevice ideviceinstaller ios-deploy fastlane carthage",
"brew install libimobiledevice ideviceinstaller ios-deploy carthage",
"brew install xcbeautify",
"gem update",
"gem install fastlane",
"gem install cocoapods",
"gem install xcpretty",
"gem uninstall --ignore-dependencies ffi && gem install ffi -- --enable-libffi-alloc"