SPM: update exclude rules

Fixes missing excluded file warning in Xcode. api-ios.go was renamed to api-apple.go.

Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
Andrej Mihajlov 2021-06-15 15:18:21 +02:00 committed by Jason A. Donenfeld
parent eb528c766b
commit 820fa55380
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ let package = Package(
"goruntime-boottime-over-monotonic.diff",
"go.mod",
"go.sum",
"api-ios.go",
"api-apple.go",
"Makefile"
],
publicHeadersPath: ".",

View File

@ -437,7 +437,7 @@ public class WireGuardAdapter {
}
}
/// A enum describing WireGuard log levels defined in `api-ios.go`.
/// A enum describing WireGuard log levels defined in `api-apple.go`.
public enum WireGuardLogLevel: Int32 {
case verbose = 0
case error = 1