Fix the compatible with Xcode 11.0~Xcode 11.3 on SwiftPM, the `exclude` arg does not treat the source code in the publicHeadersPath.
This commit is contained in:
parent
412269368e
commit
8736d98f85
|
@ -31,7 +31,7 @@ let package = Package(
|
|||
name: "SDWebImage",
|
||||
dependencies: [],
|
||||
path: "SDWebImage",
|
||||
exclude: ["MapKit"],
|
||||
sources: ["Core", "Private"],
|
||||
publicHeadersPath: "Core",
|
||||
cSettings: [
|
||||
.headerSearchPath("Private")
|
||||
|
|
Loading…
Reference in New Issue