don't wipe carthage cache anymore

This commit is contained in:
2019-04-18 23:12:50 +03:00
parent d4a7dce0d7
commit e6608abb28
+1 -4
View File
@@ -11,10 +11,7 @@ before_all do |lane, 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(command: "bootstrap", platform: "iOS")
end
cocoapods(