mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2026-03-01 16:48:22 +00:00
Compare commits
3 commits
8032cfa0b2
...
df3d60940b
| Author | SHA1 | Date | |
|---|---|---|---|
| df3d60940b | |||
| 6211adec8e | |||
| c9cbf7f133 |
2 changed files with 4 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ let package = Package(
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "TailwindCSSCLI",
|
name: "TailwindCSSCLI",
|
||||||
url:
|
url:
|
||||||
"https://github.com/laosb/SwiftTailwind/releases/download/1.1.0-test.4+tw.4.1.14/tailwindcss.artifactbundleindex",
|
"https://github.com/laosb/SwiftTailwind/releases/download/TailwindCSSCLI-v4.1.18-1e1d57de8a8984c528a106f038fb432b3965b1873c8603ee6bd661f935a77f4a/tailwindcss.artifactbundleindex",
|
||||||
checksum: "ec4df49e361db5fc3159c431e5661af2e1b22d8575c64ce0482a8e84cfd93d04"
|
checksum: "1e1d57de8a8984c528a106f038fb432b3965b1873c8603ee6bd661f935a77f4a"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "SwiftTailwindExample",
|
name: "SwiftTailwindExample",
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,8 @@ class ArtifactBundleBuilder {
|
||||||
BinaryConfiguration(binaryName: "tailwindcss-linux-x64", triple: "x86_64-unknown-linux-gnu"),
|
BinaryConfiguration(binaryName: "tailwindcss-linux-x64", triple: "x86_64-unknown-linux-gnu"),
|
||||||
BinaryConfiguration(binaryName: "tailwindcss-macos-x64", triple: "x86_64-apple-darwin"),
|
BinaryConfiguration(binaryName: "tailwindcss-macos-x64", triple: "x86_64-apple-darwin"),
|
||||||
BinaryConfiguration(binaryName: "tailwindcss-macos-arm64", triple: "aarch64-apple-darwin"),
|
BinaryConfiguration(binaryName: "tailwindcss-macos-arm64", triple: "aarch64-apple-darwin"),
|
||||||
|
// Since Swift 6.3 toolchain, the Apple Silicon triple changed from aarch64 to arm64.
|
||||||
|
BinaryConfiguration(binaryName: "tailwindcss-macos-arm64", triple: "arm64-apple-macosx"),
|
||||||
]
|
]
|
||||||
|
|
||||||
init(version: String, workDir: String, outputDir: String) {
|
init(version: String, workDir: String, outputDir: String) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue