diff --git a/xcode/commonFastfile b/xcode/commonFastfile index ad49254..6e8b230 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -9,6 +9,10 @@ private_lane :installDependencies do |options| sh("rm -rf #{podsReposPath}") end + if File.exists? "../Gemfile" + bundle_install(path: "../.gem") + end + if File.exists? "../Cartfile" begin carthage(command: "bootstrap", platform: "iOS")