Skip to content

Commit 53fc18d

Browse files
authored
[fix]: bump catalyst to fix build (#352)
- bumped mac catalyst min version to 16 to fix downstream build issues - going to treat this as a 'hotfix' followup to the 4.0.0 tag
1 parent 876e575 commit 53fc18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.iOS(.v16),
1111
.macOS(.v12),
1212
.watchOS(.v8),
13-
.macCatalyst(.v15),
13+
.macCatalyst(.v16),
1414
.tvOS(.v12),
1515
],
1616
products: [

0 commit comments

Comments
 (0)