Skip to content

Commit 191bfb0

Browse files
authored
feat: make XcodeMetadata a product of the package (#204)
1 parent f509667 commit 191bfb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ let package = Package(
7474
name: "XcodeGraph",
7575
targets: ["XcodeGraph"]
7676
),
77+
.library(name: "XcodeMetadata", targets: ["XcodeMetadata"]),
7778
.library(name: "XcodeGraphMapper", targets: ["XcodeGraphMapper"]),
7879
],
7980
dependencies: [

0 commit comments

Comments
 (0)