summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Notifications
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2023-09-20 14:17:42 +0200
committerBug Magnet <marco.nikic@mullvad.net>2023-09-20 15:29:59 +0200
commitda4e628b79fda9a2fa2426c1aa0e1f3cfcbc7ce8 (patch)
tree54db6508c9d716d1c7be533d39ff4c847ddffd5a /ios/MullvadVPN/Notifications
parent1e17c07490ea3c66430559794778b343e21d83eb (diff)
downloadmullvadvpn-da4e628b79fda9a2fa2426c1aa0e1f3cfcbc7ce8.tar.xz
mullvadvpn-da4e628b79fda9a2fa2426c1aa0e1f3cfcbc7ce8.zip
Disable Module verifier, rename Settings to MullvadSettings to avoid clash with Apple private Framework of the same name
Diffstat (limited to 'ios/MullvadVPN/Notifications')
-rw-r--r--ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryInAppNotificationProvider.swift2
-rw-r--r--ios/MullvadVPN/Notifications/Notification Providers/AccountExpirySystemNotificationProvider.swift2
-rw-r--r--ios/MullvadVPN/Notifications/Notification Providers/RegisteredDeviceInAppNotificationProvider.swift2
3 files changed, 3 insertions, 3 deletions
diff --git a/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryInAppNotificationProvider.swift b/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryInAppNotificationProvider.swift
index 31bcb86b11..4412fd5b3a 100644
--- a/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryInAppNotificationProvider.swift
+++ b/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryInAppNotificationProvider.swift
@@ -7,8 +7,8 @@
//
import Foundation
+import MullvadSettings
import MullvadTypes
-import Settings
final class AccountExpiryInAppNotificationProvider: NotificationProvider, InAppNotificationProvider {
private var accountExpiry: Date?
diff --git a/ios/MullvadVPN/Notifications/Notification Providers/AccountExpirySystemNotificationProvider.swift b/ios/MullvadVPN/Notifications/Notification Providers/AccountExpirySystemNotificationProvider.swift
index a608b72cdd..98c2cb549d 100644
--- a/ios/MullvadVPN/Notifications/Notification Providers/AccountExpirySystemNotificationProvider.swift
+++ b/ios/MullvadVPN/Notifications/Notification Providers/AccountExpirySystemNotificationProvider.swift
@@ -7,7 +7,7 @@
//
import Foundation
-import Settings
+import MullvadSettings
import UserNotifications
final class AccountExpirySystemNotificationProvider: NotificationProvider, SystemNotificationProvider {
diff --git a/ios/MullvadVPN/Notifications/Notification Providers/RegisteredDeviceInAppNotificationProvider.swift b/ios/MullvadVPN/Notifications/Notification Providers/RegisteredDeviceInAppNotificationProvider.swift
index b9d23646cf..8ac30f74f7 100644
--- a/ios/MullvadVPN/Notifications/Notification Providers/RegisteredDeviceInAppNotificationProvider.swift
+++ b/ios/MullvadVPN/Notifications/Notification Providers/RegisteredDeviceInAppNotificationProvider.swift
@@ -7,7 +7,7 @@
//
import Foundation
-import Settings
+import MullvadSettings
import UIKit.UIColor
import UIKit.UIFont