Skip to content

Commit 4f060ee

Browse files
andrii-vysotskyi-ckohaeser
authored andcommitted
Support dynamic product
1 parent be37003 commit 4f060ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ let package = Package(
55
name: "JOSESwift",
66
platforms: [.iOS(.v13), .macOS(.v10_15), .watchOS(.v8), .tvOS(.v15), .visionOS(.v1)],
77
products: [
8-
.library(name: "JOSESwift", targets: ["JOSESwift"])
8+
.library(name: "JOSESwift", targets: ["JOSESwift"]),
9+
.library(name: "JOSESwift-Dynamic", type: .dynamic, targets: ["JOSESwift"])
910
],
1011
dependencies: [],
1112
targets: [

0 commit comments

Comments
 (0)