Remove Cartfile

This commit is contained in:
Timofey Solomko
2026-02-03 01:09:59 +08:00
parent 5b3840f613
commit 8a90134aa5
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
github "tsolomko/BitByteData" ~> 2.0.0
-2
View File
@@ -43,11 +43,9 @@ def action_ci(args):
def action_cw(args):
_sprun(["rm", "-rf", "build/"])
_sprun(["rm", "-rf", "Carthage/"])
_sprun(["rm", "-rf", "docs/"])
_sprun(["rm", "-rf", "Pods/"])
_sprun(["rm", "-rf", ".build/"])
_sprun(["rm", "-f", "Cartfile.resolved"])
_sprun(["rm", "-f", "docs.json"])
_sprun(["rm", "-f", "Package.resolved"])
_sprun(["rm", "-f", "SWCompression.framework.zip"])