diff --git a/FuegoOnAppleSilicon/Package.swift b/FuegoOnAppleSilicon/Package.swift index 21a85f29..cd322b93 100644 --- a/FuegoOnAppleSilicon/Package.swift +++ b/FuegoOnAppleSilicon/Package.swift @@ -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", @@ -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( diff --git a/Package.swift b/Package.swift index 2bcffb38..ef9a7c1a 100644 --- a/Package.swift +++ b/Package.swift @@ -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 || // ================================================================= @@ -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"] @@ -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( diff --git a/README.md b/README.md index c87f5938..4001fb25 100644 --- a/README.md +++ b/README.md @@ -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.