Skip to content

Commit da8d95a

Browse files
committed
Release 0.3.19
1 parent b57aa27 commit da8d95a

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.18/skiptool.artifactbundle.zip", checksum: "6404f52f905224fdc5dbff3ace05614e156c0af4d157a65aa54092b338e23d2f")]
78+
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.3.19/skiptool.artifactbundle.zip", checksum: "bc0310ce1985272103bed6fa0cafafe2570c272553335396c3b8eb2b75393c69")]
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.18")]
12-
package.dependencies += [.package(url: "https://github.com/skiptools/skiphub", from: "0.1.2")]
11+
package.dependencies += [.package(url: "https://github.com/skiptools/skip", from: "0.3.19")]
12+
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>
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)