Skip to content

Commit 59829ef

Browse files
committed
Release 0.3.25
1 parent 149e0bf commit 59829ef

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.24/skiptool.artifactbundle.zip", checksum: "6bf1cdab9104fa1004326b74c37fe7cc664aec12a14760020eaa53ad2b2aacf3")]
78+
package.targets += [.binaryTarget(name: "skiptool", url: "https://github.com/skiptools/skip/releases/download/0.3.25/skiptool.artifactbundle.zip", checksum: "512d51505db97c2c37b8c68385a0226710da963848fcd6fa54f093409cb9c976")]
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.24")]
11+
package.dependencies += [.package(url: "https://github.com/skiptools/skip", from: "0.3.25")]
1212
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>

0 commit comments

Comments
 (0)