Skip to content

Commit

Permalink
chore: 🎉 Release version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jun 7, 2024
1 parent a97f202 commit 8fdf133
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion FuegoOnAppleSilicon.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "FuegoXCFramework",
url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.1.6/Fuego-0.1.6.xcframework.zip",
url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.1.7/Fuego-0.1.7.xcframework.zip",
checksum: "0c0b2bbe2102a2680d253e2c2a468968f4316014636173b7fb8175a79fe28a7e"
),
.target(
name: "FuegoCBridge",
dependencies: ["FuegoXCFramework"],
path: "FuegoOnAppleSilicon/CBridge",
publicHeadersPath: "FuegoOnAppleSilicon/CBridge/include"
path: "FuegoOnAppleSilicon/CBridge"
),
.target(
name: "FuegoOnAppleSilicon",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmesqueeb%2FFuegoOnAppleSilicon%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/mesqueeb/FuegoOnAppleSilicon)

```
.package(url: "https://github.com/mesqueeb/FuegoOnAppleSilicon", from: "0.1.6")
.package(url: "https://github.com/mesqueeb/FuegoOnAppleSilicon", from: "0.1.7")
```

Fuego On Apple Silicon is the Fuego C++ Go engine to play and analyse Go games. Built as multi-platform XCframework for iOS and visionOS. Wrapped as a modernised Swift Package that can be included in any Swift project and can build on all Apple platforms.
Expand Down
3 changes: 1 addition & 2 deletions node/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ let package = Package(
.target(
name: "FuegoCBridge",
dependencies: ["FuegoXCFramework"],
path: "FuegoOnAppleSilicon/CBridge",
publicHeadersPath: "FuegoOnAppleSilicon/CBridge/include"
path: "FuegoOnAppleSilicon/CBridge"
),
.target(
name: "FuegoOnAppleSilicon",
Expand Down

0 comments on commit 8fdf133

Please sign in to comment.