Skip to content

Commit

Permalink
add visionOS to package swift
Browse files Browse the repository at this point in the history
  • Loading branch information
NakaokaRei committed Feb 11, 2024
1 parent bb6793a commit eb6df81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
// swift-tools-version: 5.6
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "Factory",
platforms: [
.iOS(.v11),
.iOS(.v12),
.macOS(.v10_14),
.tvOS(.v13),
.watchOS(.v8)
.watchOS(.v8),
.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 eb6df81

Please sign in to comment.