Skip to content

Commit

Permalink
Merge pull request #186 from NakaokaRei/add-visionOS-to-package-swift
Browse files Browse the repository at this point in the history
Add visionOS to package.swift
  • Loading branch information
hmlongco authored Mar 17, 2024
2 parents 018650b + eb6df81 commit d468510
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 d468510

Please sign in to comment.