Skip to content

Commit ea19592

Browse files
committed
Update to Swift 6.2 and add macOS support
1 parent 77bc9b4 commit ea19592

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version:6.1
1+
// swift-tools-version:6.2
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "BlocKit",
8-
platforms: [.iOS(.v26), .visionOS(.v1)],
8+
platforms: [.iOS(.v26), .visionOS(.v1), .macOS(.v26)],
99
products: [
1010
// Products define the executables and libraries a package produces, and make them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)