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:
Boyd Timothy 2021-11-02 07:19:56 -06:00
parent 7c0b9e92b7
commit d593babdad
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ let package = Package(
// Products define the executables and libraries a package produces, and make them visible to other packages. // Products define the executables and libraries a package produces, and make them visible to other packages.
.library( .library(
name: "ConfettiSwiftUI", name: "ConfettiSwiftUI",
type: .dynamic,
targets: ["ConfettiSwiftUI"]), targets: ["ConfettiSwiftUI"]),
], ],
dependencies: [ dependencies: [