Skip to content

Commit ea59ab0

Browse files
committed
Release 0.3.18
1 parent 6377e97 commit ea59ab0

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.17/skiptool.artifactbundle.zip", checksum: "a1ddcdb008a80be46089e8afbc8b9368677e238c4552fdc51060784655516381")]
78+
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.3.18/skiptool.artifactbundle.zip", checksum: "6404f52f905224fdc5dbff3ace05614e156c0af4d157a65aa54092b338e23d2f")]
7979
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Skip plugin for Xcode transpiles Swift SPM packages into Kotlin Gradle proje
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.17")]
11+
package.dependencies += [.package(url: "https://github.com/skiptools/skip", from: "0.3.18")]
1212
package.dependencies += [.package(url: "https://github.com/skiptools/skiphub", from: "0.1.2")]
1313
```
1414
<details><summary>Adding the Skip plugin to Xcode</summary><img width="1578" alt="skip-onboard-01" src="https://user-images.githubusercontent.com/659086/230633291-e14e5687-a88d-4bc9-abbd-b78e9fa73c61.png"></details>

0 commit comments

Comments
 (0)