WireGuardKit: Add wireguard-go files to exclude list to eliminate SwiftPM warnings
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
parent
fd527f73e6
commit
101a45b6f1
|
@ -26,6 +26,13 @@ let package = Package(
|
||||||
.target(
|
.target(
|
||||||
name: "WireGuardKitGo",
|
name: "WireGuardKitGo",
|
||||||
dependencies: [],
|
dependencies: [],
|
||||||
|
exclude: [
|
||||||
|
"goruntime-boottime-over-monotonic.diff",
|
||||||
|
"go.mod",
|
||||||
|
"go.sum",
|
||||||
|
"api-ios.go",
|
||||||
|
"Makefile"
|
||||||
|
],
|
||||||
publicHeadersPath: ".",
|
publicHeadersPath: ".",
|
||||||
linkerSettings: [.linkedLibrary("wg-go")]
|
linkerSettings: [.linkedLibrary("wg-go")]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue