Skip to content

Commit

Permalink
Remove as a dynamic library
Browse files Browse the repository at this point in the history
This appears to be causing code signing issues when attempting
to archive and sign inside of Xcode Cloud.
  • Loading branch information
joulupukki committed Nov 2, 2021
1 parent 7c0b9e9 commit d593bab
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 @@ -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: [
Expand Down

0 comments on commit d593bab

Please sign in to comment.