Skip to content

Commit

Permalink
Install Carthage in Xcode template (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonMrozek authored Feb 28, 2023
1 parent e6eb67d commit e627b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/xcode.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ build {
provisioner "shell" {
inline = [
"source ~/.zprofile",
"brew install libimobiledevice ideviceinstaller ios-deploy fastlane",
"brew install libimobiledevice ideviceinstaller ios-deploy fastlane carthage",
"sudo gem update",
"sudo gem install cocoapods",
"sudo gem uninstall --ignore-dependencies ffi && sudo gem install ffi -- --enable-libffi-alloc"
Expand Down

0 comments on commit e627b0f

Please sign in to comment.