Skip to content

Commit

Permalink
Fix tools version & provide proper support for visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Apr 25, 2024
1 parent 28065ca commit 18f9056
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

// swift-tools-version:5.9
import PackageDescription

let package = Package(
Expand All @@ -9,7 +7,8 @@ let package = Package(
.macOS(.v10_13),
.iOS(.v12),
.watchOS(.v5),
.tvOS(.v13)
.tvOS(.v13),
.visionOS(.v1),
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
Expand Down

0 comments on commit 18f9056

Please sign in to comment.