Skip to content

Commit 78649b7

Browse files
Extend platform support list
1 parent 7030718 commit 78649b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ let package = Package(
55
name: "LightTableFilePaths",
66
platforms: [
77
.macOS(.v12),
8+
.iOS(.v14),
9+
.macCatalyst(.v14),
10+
.tvOS(.v14),
11+
.visionOS(.v1),
12+
.watchOS(.v7),
813
],
914
products: [
1015
.library(

0 commit comments

Comments
 (0)