Skip to content

Commit 149e0bf

Browse files
committed
Release 0.3.24
1 parent c0721be commit 149e0bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ if let localPath = ProcessInfo.processInfo.environment["SKIPLOCAL"] {
7575
package.targets += [.executableTarget(name: "skiptool", dependencies: [.product(name: "SkipBuild", package: "SkipSource")], path: "Sources/SkipTool", sources: ["skiptool.swift"])]
7676
} else {
7777
// default to using the latest binary skiptool release
78-
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.3.23/skiptool.artifactbundle.zip", checksum: "05dbbdecb6ca59c1bbaec990484d9e023eba5344f89630d3f67611a7b7d7aeeb")]
78+
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.3.24/skiptool.artifactbundle.zip", checksum: "6bf1cdab9104fa1004326b74c37fe7cc664aec12a14760020eaa53ad2b2aacf3")]
7979
}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The Skip plugin for Xcode transpiles Swift libraries and test targets into Kotli
88

99
1. Select the new `Package.swift` file in Xcode and add the following lines to activate the Skip transpiler plugin:
1010
```swift
11-
package.dependencies += [.package(url: "https://github.com/skiptools/skip", from: "0.3.23")]
12-
package.dependencies += [.package(url: "https://github.com/skiptools/skiphub", from: "0.1.7")]
11+
package.dependencies += [.package(url: "https://github.com/skiptools/skip", from: "0.3.24")]
12+
package.dependencies += [.package(url: "https://github.com/skiptools/skiphub", from: "0.1.10")]
1313
```
1414
<details><summary>Adding the Skip plugin to Xcode</summary><img src="https://user-images.githubusercontent.com/659086/230633291-e14e5687-a88d-4bc9-abbd-b78e9fa73c61.png"></details>
1515
After saving the file Xcode will download and install the Skip plugin and dependencies so they appear in the project navigator.

0 commit comments

Comments
 (0)