Skip to content

Commit

Permalink
Bring the patch to make this a SwiftPM from @mbullington. Had to merg…
Browse files Browse the repository at this point in the history
…e this manually to avoid pushing the binary payloads into a branch, I want to publish the binary artifacts elsewhere instead
  • Loading branch information
migueldeicaza committed May 1, 2023
1 parent 6b3f15d commit 626a64a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Not currently supported:
You can add SkiaKit to your project by putting this dependency in your `Package.swift`:

```swift
.package(url: "https://github.com/bloomos/SkiaKit.git", .branch("generated"))
.package(url: "https://github.com/migueldeicaza/SkiaKit.git", .branch("generated"))
```

#### Using manually
Expand All @@ -46,7 +46,7 @@ If using manually, you'll need to download and assemble the `SkiaSharp.xcframewo
This must be ran on macOS with the [Command Line Tools for XCode](https://developer.apple.com/downloads/) installed.

```sh
git clone https://github.com/bloomos/SkiaKit.git
git clone https://github.com/migueldeicaza/SkiaKit.git
cd SkiaKit
make download-payload
```
Expand All @@ -64,7 +64,7 @@ If the following
You can add SkiaKit to your project by putting this dependency in your `Package.swift`:

```swift
.package(url: "https://github.com/bloomos/SkiaKit.git", .branch("generated"))
.package(url: "https://github.com/migueldeicaza/SkiaKit.git", .branch("generated"))
```

#### Using manually
Expand All @@ -74,7 +74,7 @@ If using manually, you'll need to provide `libSkiaSharp.so` in the root of the `
This script requires `curl` and `unzip`.

```sh
git clone https://github.com/bloomos/SkiaKit.git
git clone https://github.com/migueldeicaza/SkiaKit.git
cd SkiaKit
make download-payload-linux
```

0 comments on commit 626a64a

Please sign in to comment.