Skip to content

Commit

Permalink
Extend platform support list
Browse files Browse the repository at this point in the history
  • Loading branch information
florianpircher committed Aug 24, 2024
1 parent 7030718 commit 78649b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ let package = Package(
name: "LightTableFilePaths",
platforms: [
.macOS(.v12),
.iOS(.v14),
.macCatalyst(.v14),
.tvOS(.v14),
.visionOS(.v1),
.watchOS(.v7),
],
products: [
.library(
Expand Down

0 comments on commit 78649b7

Please sign in to comment.