Skip to content

Commit

Permalink
chore: 🎉 Release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Jul 10, 2024
1 parent 7218c6e commit acd2816
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 8 additions & 2 deletions FuegoOnAppleSilicon/Package.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
// swift-tools-version: 5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

// =================================================================
// || Do not edit! This file is generated by node/zipFramework.js ||
// =================================================================

import PackageDescription


/// This `Package.swift` exists to be able to import the package in an Xcode project in the same repository.
///
/// Compared to the repository root `Package.swift`, everything is the same but the target paths.
let package = Package(
name: "FuegoOnAppleSilicon",
platforms: [.iOS(.v14), .macOS(.v13)],
platforms: [.iOS(.v14), .macOS(.v13), .visionOS(.v1)],
products: [
.library(
name: "FuegoOnAppleSilicon",
Expand All @@ -17,7 +23,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FuegoXCFramework",
url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.1/Fuego-0.3.1.xcframework.zip",
url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.2/Fuego-0.3.2.xcframework.zip",
checksum: "94eda59dc7c819c4a9a69618d62232da410bda9b4576085ed25bce7bdc26bf2b"
),
.target(
Expand Down
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// swift-tools-version: 5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

// =================================================================
// || Do not edit! This file is generated by node/zipFramework.js ||
// =================================================================
Expand All @@ -11,7 +11,6 @@ let package = Package(
name: "FuegoOnAppleSilicon",
platforms: [.iOS(.v14), .macOS(.v13), .visionOS(.v1)],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "FuegoOnAppleSilicon",
targets: ["FuegoOnAppleSilicon", "FuegoCBridge"]
Expand All @@ -20,7 +19,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "FuegoXCFramework",
url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.1/Fuego-0.3.1.xcframework.zip",
url: "https://github.com/mesqueeb/FuegoOnAppleSilicon/releases/download/v0.3.2/Fuego-0.3.2.xcframework.zip",
checksum: "94eda59dc7c819c4a9a69618d62232da410bda9b4576085ed25bce7bdc26bf2b"
),
.target(
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.3.1")
.package(url: "https://github.com/mesqueeb/FuegoOnAppleSilicon", from: "0.3.2")
```

Fuego On Apple Silicon is the Fuego C++ Go engine to play and analyse Go games. Built as multi-platform XCframework for iOS, macOS 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

0 comments on commit acd2816

Please sign in to comment.