Skip to content

Commit

Permalink
Added support for visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
radianttap committed Feb 27, 2024
1 parent c937b2e commit 861ecc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

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

0 comments on commit 861ecc6

Please sign in to comment.