WireGuardApp: Switch WireGuardKit to master branch
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
parent
384b514290
commit
41e006a407
|
@ -40,8 +40,6 @@ $ open ./WireGuard/WireGuard.xcodeproj
|
||||||
https://git.zx2c4.com/wireguard-apple
|
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
|
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.
|
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`.
|
Please follow the instructions below to create a build target(s) for `wireguard-go-bridge`.
|
||||||
|
|
|
@ -1746,7 +1746,7 @@
|
||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://git.zx2c4.com/wireguard-apple";
|
repositoryURL = "https://git.zx2c4.com/wireguard-apple";
|
||||||
requirement = {
|
requirement = {
|
||||||
branch = "am/wg-adapter-rebased";
|
branch = master;
|
||||||
kind = branch;
|
kind = branch;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"package": "WireGuardKit",
|
"package": "WireGuardKit",
|
||||||
"repositoryURL": "https://git.zx2c4.com/wireguard-apple",
|
"repositoryURL": "https://git.zx2c4.com/wireguard-apple",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": "am/wg-adapter-rebased",
|
"branch": "master",
|
||||||
"revision": "ca605363c05cda61fbd21e031f3fb5eee7f259c8",
|
"revision": "737f847c0db36429f7136fb514409c22e13a70ee",
|
||||||
"version": null
|
"version": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue