Skip to content

Commit 2cb404d

Browse files
authored
Gardening [skip ci]
1 parent adb9e7a commit 2cb404d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ let package = Package(
1010
.macOS(.v10_15),
1111
],
1212
products: [
13-
// legacy library
13+
// old module
1414
.library(name: "Introspect", targets: ["Introspect"]),
1515
.library(name: "Introspect-Static", type: .static, targets: ["Introspect"]),
1616
.library(name: "Introspect-Dynamic", type: .dynamic, targets: ["Introspect"]),
1717

18-
// new experimental library
18+
// new module
1919
.library(name: "SwiftUIIntrospect", targets: ["SwiftUIIntrospect"]),
2020
.library(name: "SwiftUIIntrospect-Static", type: .static, targets: ["SwiftUIIntrospect"]),
2121
.library(name: "SwiftUIIntrospect-Dynamic", type: .dynamic, targets: ["SwiftUIIntrospect"]),

0 commit comments

Comments
 (0)