diff --git a/xcode/commonFastfile b/xcode/commonFastfile index 00aa771..3877d4d 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -10,6 +10,10 @@ private_lane :installDependencies do |options| if File.exists? lockFilePath sh("rm -rf #{podsReposPath}") end + + if File.exists? "../Brewfile" + sh("brew bundle --file ../Brewfile") + end if File.exists? "../Gemfile" bundle_install(path: "../.gem")