Skip to content

Commit

Permalink
Added dynamic library since static one does not work correctly when u…
Browse files Browse the repository at this point in the history
…sed in Framework
  • Loading branch information
IhorShevchuk committed May 31, 2024
1 parent c53d2ab commit a4abd85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ let package = Package(
.library(
name: "RHVoiceObjC",
targets: ["RHVoiceObjC"]),
.library(
name: "RHVoiceObjCDynamic",
type: .dynamic,
targets: ["RHVoiceObjC"]),
.plugin(name: "PackDataPlugin", targets: [
"PackDataPlugin"
]),
Expand Down

0 comments on commit a4abd85

Please sign in to comment.