Skip to content

Commit e5dfcdc

Browse files
author
Jeongsang Kim
committed
chore: Remove redundant swiftLanguageModes for Swift 6
1 parent 020cdf8 commit e5dfcdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

[email protected]

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ let package = Package(
1919
name: "SwiftUIIntrospect",
2020
path: "Sources"
2121
),
22-
],
23-
swiftLanguageModes: [.v6]
22+
]
2423
)

0 commit comments

Comments
 (0)