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:
Andrej Mihajlov
2020-12-02 13:06:36 +01:00
parent fd527f73e6
commit 101a45b6f1
+7
View File
@@ -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")]
) )