Skip to content

Commit

Permalink
removing tvos. looks like tvos support was removed in an earlier version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Oct 29, 2023
1 parent 580b358 commit eeae75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "RealityGeometries",
platforms: [.iOS(.v15), .macOS(.v12), .macCatalyst(.v15), .visionOS(.v1), .tvOS(.v17)],
platforms: [.iOS(.v15), .macOS(.v12), .macCatalyst(.v15), .visionOS(.v1)],
products: [.library(name: "RealityGeometries", targets: ["RealityGeometries"])],
dependencies: [],
targets: [
Expand Down

0 comments on commit eeae75b

Please sign in to comment.