don't wipe binaries anymore

This commit is contained in:
2019-04-05 00:27:21 +03:00
parent 641afa42f3
commit 70432c18f6
+1 -4
View File
@@ -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(