Skip to content

Commit e8e5fe1

Browse files
committed
Release 0.3.20
1 parent 15e249c commit e8e5fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.19/skiptool.artifactbundle.zip", checksum: "bc0310ce1985272103bed6fa0cafafe2570c272553335396c3b8eb2b75393c69")]
78+
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.3.20/skiptool.artifactbundle.zip", checksum: "61aec31112b313fe3376531d92941ea1b51abda522b366db5be609e133e4b190")]
7979
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.19")]
11+
package.dependencies += [.package(url: "https://github.com/skiptools/skip", from: "0.3.20")]
1212
package.dependencies += [.package(url: "https://github.com/skiptools/skiphub", from: "0.1.4")]
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>

0 commit comments

Comments
 (0)