refactor: Update TailwindCSSCLI binary target and refactor builder

This commit is contained in:
Shibo Lyu 2025-10-05 17:25:53 +08:00
parent eafe2a2b94
commit b4f1cf9dbd
2 changed files with 4 additions and 101 deletions

View file

@ -25,8 +25,8 @@ let package = Package(
.binaryTarget(
name: "TailwindCSSCLI",
url:
"https://github.com/laosb/SwiftTailwind/releases/download/1.1.0-test.2+tw.4.1.14/tailwindcss.artifactbundleindex",
checksum: "4462492d557c16c07a3c8c07980eea54e4460d925c1b9a097ad91f1c901440ec"
"https://github.com/laosb/SwiftTailwind/releases/download/1.1.0-test.3+tw.4.1.14/tailwindcss.artifactbundleindex",
checksum: "3287be503b5d954d1946a110cf2a1d14d37f9941983afe55f1743ddb5b487392"
),
.target(
name: "SwiftTailwindExample",