Skip to content

Commit 31ace96

Browse files
committed
Update Package.swift
1 parent e9797f7 commit 31ace96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ let package = Package(name: "SDDownloadManager",
66
products: [.library(name: "SDDownloadManager",
77
targets: ["SDDownloadManager"])],
88
targets: [.target(name: "SDDownloadManager",
9-
path: "SDDownloadManager/Classes"),
9+
path: "SDDownloadManager/Classes", sources:["SDDownloadManager/Classes"]),
1010
]
1111
)

0 commit comments

Comments
 (0)