Skip to content

Commit

Permalink
Remove type: .dynamic from Package.swift (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
plindberg authored Mar 4, 2024
1 parent 6521919 commit ac3821a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ let package = Package(
products: [
.library(
name: "SwiftyRSA",
type: .dynamic,
targets: ["SwiftyRSA"]),
],
dependencies: [
Expand Down

0 comments on commit ac3821a

Please sign in to comment.