diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-06-03 12:15:01 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-06-14 13:29:13 +0200 |
| commit | 7ea9de8b8650552c95324ed48a407d1ee25c13b7 (patch) | |
| tree | 4b72ae7df2cbe60f2dee7732e234dfef8eeb599a | |
| parent | 260ad895d3cb98a95a43c1b6192eddebc19bbb2e (diff) | |
| download | mullvadvpn-7ea9de8b8650552c95324ed48a407d1ee25c13b7.tar.xz mullvadvpn-7ea9de8b8650552c95324ed48a407d1ee25c13b7.zip | |
Add dependencies to PacketTunnel
| -rw-r--r-- | ios/MullvadVPN.xcodeproj/project.pbxproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ios/MullvadVPN.xcodeproj/project.pbxproj b/ios/MullvadVPN.xcodeproj/project.pbxproj index 16ef896c84..e2e8fc004b 100644 --- a/ios/MullvadVPN.xcodeproj/project.pbxproj +++ b/ios/MullvadVPN.xcodeproj/project.pbxproj @@ -61,6 +61,13 @@ remoteGlobalIDString = 58CE5E78224146470008646E; remoteInfo = PacketTunnel; }; + 58FBDAA122A52A6800EB69A3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 58CE5E58224146200008646E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 58FBDA9722A519BC00EB69A3; + remoteInfo = WireGuardGoBridge; + }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -305,6 +312,7 @@ buildRules = ( ); dependencies = ( + 58FBDAA222A52A6800EB69A3 /* PBXTargetDependency */, ); name = PacketTunnel; productName = PacketTunnel; @@ -509,6 +517,11 @@ target = 58CE5E78224146470008646E /* PacketTunnel */; targetProxy = 58CE5E7F224146470008646E /* PBXContainerItemProxy */; }; + 58FBDAA222A52A6800EB69A3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 58FBDA9722A519BC00EB69A3 /* WireGuardGoBridge */; + targetProxy = 58FBDAA122A52A6800EB69A3 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ |
