Update Package.swift

This commit is contained in:
xaoxuu 2024-10-11 10:16:36 +08:00 committed by GitHub
parent 1c82868fba
commit 675c87b5b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "SDWebImageSwiftUI",
dependencies: [],
dependencies: ["SDWebImage"],
path: "SDWebImageSwiftUI",
sources: ["Classes"],
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]