Skip to content

Commit

Permalink
Added visionOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
radianttap committed Feb 27, 2024
1 parent b914df6 commit bed2e95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -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 @@ -7,7 +7,8 @@ let package = Package(
name: "Coordinator",
platforms: [
.iOS(.v13),
.tvOS(.v13)
.tvOS(.v13),
.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 bed2e95

Please sign in to comment.