Skip to content

Commit c3c58a3

Browse files
committed
Updated dynamic target name to fix a crash in Xcode 12
1 parent 8dd6524 commit c3c58a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
name: "MultipeerKit",
1717
targets: ["MultipeerKit"]),
1818
.library(
19-
name: "MultipeerKit-dynamic",
19+
name: "MultipeerKitDynamic",
2020
type: .dynamic,
2121
targets: ["MultipeerKit"]),
2222
],

0 commit comments

Comments
 (0)