Skip to content

Commit

Permalink
feat: add support of visionOS version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-KNIGHT committed May 6, 2024
1 parent 09e4a10 commit 6386cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ let package = Package(
name: "KeyboardShortcuts",
defaultLocalization: "en",
platforms: [
.macOS(.v10_15)
.macOS(.v10_15),
.visionOS(.v1)

Check warning on line 9 in Package.swift

View workflow job for this annotation

GitHub Actions / lint

Collection Element Alignment Violation: All elements in a collection literal should be vertically aligned (collection_alignment)
],
products: [
.library(
Expand Down

0 comments on commit 6386cbb

Please sign in to comment.