diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2022-10-13 11:11:19 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2022-10-13 11:27:12 +0200 |
| commit | 0f30f13a2f7f18891de1f3890b07802cc49ddfa4 (patch) | |
| tree | 3d9e94c2af930103757a0efda97d5d8e0f07138e | |
| parent | e7efdc76f3ac5c89fba2e589bae07355bbb21e1c (diff) | |
| download | mullvadvpn-0f30f13a2f7f18891de1f3890b07802cc49ddfa4.tar.xz mullvadvpn-0f30f13a2f7f18891de1f3890b07802cc49ddfa4.zip | |
Update MullavdVPNTests dependencies
| -rw-r--r-- | ios/MullvadVPN.xcodeproj/project.pbxproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ios/MullvadVPN.xcodeproj/project.pbxproj b/ios/MullvadVPN.xcodeproj/project.pbxproj index 1e90f804c6..23dc33f701 100644 --- a/ios/MullvadVPN.xcodeproj/project.pbxproj +++ b/ios/MullvadVPN.xcodeproj/project.pbxproj @@ -93,7 +93,6 @@ 5846227726E22A7C0035F7C2 /* AppStorePaymentManagerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5846227626E22A7C0035F7C2 /* AppStorePaymentManagerDelegate.swift */; }; 584789BE264D4A2A000E45FB /* le_root_cert.cer in Resources */ = {isa = PBXBuildFile; fileRef = 584789B7264D4A2A000E45FB /* le_root_cert.cer */; }; 584789E026529D72000E45FB /* SSLPinningURLSessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 584789DF26529D72000E45FB /* SSLPinningURLSessionDelegate.swift */; }; - 584789EC2652A1A2000E45FB /* Logging in Frameworks */ = {isa = PBXBuildFile; productRef = 584789EB2652A1A2000E45FB /* Logging */; }; 584B17AB27637DE40057F3B8 /* ReconnectTunnelOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 584B17AA27637DE40057F3B8 /* ReconnectTunnelOperation.swift */; }; 584D26BF270C550B004EA533 /* AnyIPAddress.swift in Sources */ = {isa = PBXBuildFile; fileRef = 584D26BE270C550B004EA533 /* AnyIPAddress.swift */; }; 584D26C0270C550E004EA533 /* AnyIPAddress.swift in Sources */ = {isa = PBXBuildFile; fileRef = 584D26BE270C550B004EA533 /* AnyIPAddress.swift */; }; @@ -707,7 +706,6 @@ files = ( 58D889B328DDF4B400583FA8 /* libOperations.a in Frameworks */, 583E1E2C2848E1A1004838B3 /* WireGuardKitTypes in Frameworks */, - 584789EC2652A1A2000E45FB /* Logging in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1296,7 +1294,6 @@ ); name = MullvadVPNTests; packageProductDependencies = ( - 584789EB2652A1A2000E45FB /* Logging */, 583E1E2B2848E1A1004838B3 /* WireGuardKitTypes */, ); productName = MullvadVPNTests; @@ -2474,11 +2471,6 @@ package = 58BA79192578F092006FAEA0 /* XCRemoteSwiftPackageReference "wireguard-apple" */; productName = WireGuardKitTypes; }; - 584789EB2652A1A2000E45FB /* Logging */ = { - isa = XCSwiftPackageProductDependency; - package = 585834F624D2BC1F00A8AF56 /* XCRemoteSwiftPackageReference "swift-log" */; - productName = Logging; - }; 585C6F4B28F80745005196BE /* Logging */ = { isa = XCSwiftPackageProductDependency; package = 585834F624D2BC1F00A8AF56 /* XCRemoteSwiftPackageReference "swift-log" */; |
