summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/IPAddressRange+Codable.swift
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-03-11 15:26:36 +0100
committerAndrej Mihajlov <and@mullvad.net>2022-03-15 10:50:41 +0100
commitcf2dd603d9ed4703861dc454e144c8f2e16f1a58 (patch)
tree70ac227e0e7b8711f463529f48426344023eddde /ios/MullvadVPN/IPAddressRange+Codable.swift
parent2742d8a5bac9d14a08c17e47e4cd4cdbc5a2ae66 (diff)
downloadmullvadvpn-cf2dd603d9ed4703861dc454e144c8f2e16f1a58.tar.xz
mullvadvpn-cf2dd603d9ed4703861dc454e144c8f2e16f1a58.zip
Use WireGuardKitTypes in the main bundle to avoid loading go runtime.
Diffstat (limited to 'ios/MullvadVPN/IPAddressRange+Codable.swift')
-rw-r--r--ios/MullvadVPN/IPAddressRange+Codable.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/IPAddressRange+Codable.swift b/ios/MullvadVPN/IPAddressRange+Codable.swift
index 79f9e00a65..57df3d1ac2 100644
--- a/ios/MullvadVPN/IPAddressRange+Codable.swift
+++ b/ios/MullvadVPN/IPAddressRange+Codable.swift
@@ -7,7 +7,7 @@
//
import Foundation
-import struct WireGuardKit.IPAddressRange
+import struct WireGuardKitTypes.IPAddressRange
extension IPAddressRange: Codable {
public func encode(to encoder: Encoder) throws {