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>
This commit is contained in:
parent
95b833c754
commit
a05f1233f9
|
@ -166,13 +166,6 @@
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXContainerItemProxy section */
|
/* Begin PBXContainerItemProxy section */
|
||||||
5892BFC525593F0C000E678D /* PBXContainerItemProxy */ = {
|
|
||||||
isa = PBXContainerItemProxy;
|
|
||||||
containerPortal = 6FF4AC0C211EC46F002C96EB /* Project object */;
|
|
||||||
proxyType = 1;
|
|
||||||
remoteGlobalIDString = 6FDAA03421CE69D000FA6925;
|
|
||||||
remoteInfo = WireGuardGoBridgemacOS;
|
|
||||||
};
|
|
||||||
6F5D0C20218352EF000F85AD /* PBXContainerItemProxy */ = {
|
6F5D0C20218352EF000F85AD /* PBXContainerItemProxy */ = {
|
||||||
isa = PBXContainerItemProxy;
|
isa = PBXContainerItemProxy;
|
||||||
containerPortal = 6FF4AC0C211EC46F002C96EB /* Project object */;
|
containerPortal = 6FF4AC0C211EC46F002C96EB /* Project object */;
|
||||||
|
@ -805,7 +798,6 @@
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
5892BFC625593F0C000E678D /* PBXTargetDependency */,
|
|
||||||
6F70E23B22109DD3008BDFB4 /* PBXTargetDependency */,
|
6F70E23B22109DD3008BDFB4 /* PBXTargetDependency */,
|
||||||
6FB1BD9821D4BFE700A991BF /* PBXTargetDependency */,
|
6FB1BD9821D4BFE700A991BF /* PBXTargetDependency */,
|
||||||
);
|
);
|
||||||
|
@ -1324,11 +1316,6 @@
|
||||||
/* End PBXSourcesBuildPhase section */
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXTargetDependency section */
|
/* Begin PBXTargetDependency section */
|
||||||
5892BFC625593F0C000E678D /* PBXTargetDependency */ = {
|
|
||||||
isa = PBXTargetDependency;
|
|
||||||
target = 6FDAA03421CE69D000FA6925 /* WireGuardGoBridgemacOS */;
|
|
||||||
targetProxy = 5892BFC525593F0C000E678D /* PBXContainerItemProxy */;
|
|
||||||
};
|
|
||||||
6F5D0C21218352EF000F85AD /* PBXTargetDependency */ = {
|
6F5D0C21218352EF000F85AD /* PBXTargetDependency */ = {
|
||||||
isa = PBXTargetDependency;
|
isa = PBXTargetDependency;
|
||||||
target = 6F5D0C19218352EF000F85AD /* WireGuardNetworkExtensioniOS */;
|
target = 6F5D0C19218352EF000F85AD /* WireGuardNetworkExtensioniOS */;
|
||||||
|
|
Loading…
Reference in New Issue