Update Package.swift
This commit is contained in:
parent
1c82868fba
commit
675c87b5b5
|
@ -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.
|
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
|
||||||
.target(
|
.target(
|
||||||
name: "SDWebImageSwiftUI",
|
name: "SDWebImageSwiftUI",
|
||||||
dependencies: [],
|
dependencies: ["SDWebImage"],
|
||||||
path: "SDWebImageSwiftUI",
|
path: "SDWebImageSwiftUI",
|
||||||
sources: ["Classes"],
|
sources: ["Classes"],
|
||||||
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]
|
resources: [.copy("Resources/PrivacyInfo.xcprivacy")]
|
||||||
|
|
Loading…
Reference in New Issue