Remove as a dynamic library
This appears to be causing code signing issues when attempting to archive and sign inside of Xcode Cloud.
This commit is contained in:
parent
7c0b9e92b7
commit
d593babdad
|
@ -15,7 +15,6 @@ let package = Package(
|
|||
// Products define the executables and libraries a package produces, and make them visible to other packages.
|
||||
.library(
|
||||
name: "ConfettiSwiftUI",
|
||||
type: .dynamic,
|
||||
targets: ["ConfettiSwiftUI"]),
|
||||
],
|
||||
dependencies: [
|
||||
|
|
Loading…
Reference in New Issue