Signed-off-by: Andrej Mihajlov <and@mullvad.net>
https://git.zx2c4.com/wireguard-apple
```
- Choose `am/swiftpm` branch in the "Rules" section.
-
2. `WireGuardKit` links against `wireguard-go-bridge` library, but it cannot build it automatically
due to Swift package manager limitations. So it needs a little help from a developer.
Please follow the instructions below to create a build target(s) for `wireguard-go-bridge`.
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://git.zx2c4.com/wireguard-apple";
requirement = {
- branch = "am/wg-adapter-rebased";
+ branch = master;
kind = branch;
};
};
"package": "WireGuardKit",
"repositoryURL": "https://git.zx2c4.com/wireguard-apple",
"state": {
- "branch": "am/wg-adapter-rebased",
- "revision": "ca605363c05cda61fbd21e031f3fb5eee7f259c8",
+ "branch": "master",
+ "revision": "737f847c0db36429f7136fb514409c22e13a70ee",
"version": null
}
}