don't wipe binaries anymore
This commit is contained in:
parent
641afa42f3
commit
70432c18f6
|
|
@ -10,10 +10,7 @@ private_lane :installDependencies do |options|
|
|||
end
|
||||
|
||||
if File.exists? "../Cartfile"
|
||||
# wipe swift 4.x builded binaries
|
||||
sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit")
|
||||
|
||||
carthage(command: "update", platform: "iOS")
|
||||
carthage(platform: "iOS")
|
||||
end
|
||||
|
||||
cocoapods(
|
||||
|
|
|
|||
Loading…
Reference in New Issue