Skip to content

Commit

Permalink
Support dynamic product
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-vysotskyi-cko authored and haeser committed Aug 23, 2024
1 parent be37003 commit 4f060ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ let package = Package(
name: "JOSESwift",
platforms: [.iOS(.v13), .macOS(.v10_15), .watchOS(.v8), .tvOS(.v15), .visionOS(.v1)],
products: [
.library(name: "JOSESwift", targets: ["JOSESwift"])
.library(name: "JOSESwift", targets: ["JOSESwift"]),
.library(name: "JOSESwift-Dynamic", type: .dynamic, targets: ["JOSESwift"])
],
dependencies: [],
targets: [
Expand Down

0 comments on commit 4f060ee

Please sign in to comment.