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:
parent
eb528c766b
commit
820fa55380
|
@ -30,7 +30,7 @@ let package = Package(
|
||||||
"goruntime-boottime-over-monotonic.diff",
|
"goruntime-boottime-over-monotonic.diff",
|
||||||
"go.mod",
|
"go.mod",
|
||||||
"go.sum",
|
"go.sum",
|
||||||
"api-ios.go",
|
"api-apple.go",
|
||||||
"Makefile"
|
"Makefile"
|
||||||
],
|
],
|
||||||
publicHeadersPath: ".",
|
publicHeadersPath: ".",
|
||||||
|
|
|
@ -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 {
|
public enum WireGuardLogLevel: Int32 {
|
||||||
case verbose = 0
|
case verbose = 0
|
||||||
case error = 1
|
case error = 1
|
||||||
|
|
Loading…
Reference in New Issue