Skip to content

Commit 6d50dad

Browse files
authored
Merge pull request #123 from DougGregor/product-target-fixup
Fix incorrect specific of targets associated with a few products
2 parents f5cbcdf + 1d774d6 commit 6d50dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ let package = Package(
6969

7070
.library(
7171
name: "JavaKitJar",
72-
targets: ["JavaKitReflection"]
72+
targets: ["JavaKitJar"]
7373
),
7474

7575
.library(
7676
name: "JavaKitNetwork",
77-
targets: ["JavaKitReflection"]
77+
targets: ["JavaKitNetwork"]
7878
),
7979

8080
.library(

0 commit comments

Comments
 (0)