aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-11-09 13:16:08 +0100
committerAndrej Mihajlov <and@mullvad.net>2020-12-02 11:08:08 +0100
commita05f1233f95c05c65dae660b3fefc4cad5efdb4e (patch)
treebd788dcbfb73fb3ecf94d4bd4e8dc5be9c260ab4
parentiOS/macOS: Integrate WireGuardKit (diff)
downloadwireguard-apple-a05f1233f95c05c65dae660b3fefc4cad5efdb4e.tar.xz
wireguard-apple-a05f1233f95c05c65dae660b3fefc4cad5efdb4e.zip
iOS/macOS: Remove main bundle apps dependence on WireGuardgoBridge.
Main bundle apps do not have to depend on WireGuardGoBridge<PLATFORM> as they depend on network extnesions which in turn depend on WireGuardGoBridge<PLATFORM>. Signed-off-by: Andrej Mihajlov <and@mullvad.net>
-rw-r--r--WireGuard/WireGuard.xcodeproj/project.pbxproj13
1 files changed, 0 insertions, 13 deletions
diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj
index ec296ea..97d4389 100644
--- a/WireGuard/WireGuard.xcodeproj/project.pbxproj
+++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj
@@ -166,13 +166,6 @@
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
- 5892BFC525593F0C000E678D /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 6FF4AC0C211EC46F002C96EB /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 6FDAA03421CE69D000FA6925;
- remoteInfo = WireGuardGoBridgemacOS;
- };
6F5D0C20218352EF000F85AD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 6FF4AC0C211EC46F002C96EB /* Project object */;
@@ -805,7 +798,6 @@
buildRules = (
);
dependencies = (
- 5892BFC625593F0C000E678D /* PBXTargetDependency */,
6F70E23B22109DD3008BDFB4 /* PBXTargetDependency */,
6FB1BD9821D4BFE700A991BF /* PBXTargetDependency */,
);
@@ -1324,11 +1316,6 @@
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- 5892BFC625593F0C000E678D /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 6FDAA03421CE69D000FA6925 /* WireGuardGoBridgemacOS */;
- targetProxy = 5892BFC525593F0C000E678D /* PBXContainerItemProxy */;
- };
6F5D0C21218352EF000F85AD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 6F5D0C19218352EF000F85AD /* WireGuardNetworkExtensioniOS */;