From 684e7960317340f41dad397298033b5e009006b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Coye=20de=20Brune=CC=81lis?= Date: Thu, 25 Apr 2024 10:04:25 +0200 Subject: [PATCH] chore: Bump to ios-core 10.0.0 --- ...ettingsNotificationsInstructionsView.swift | 1 - MailCore/Models/Message.swift | 1 + Package.resolved | 22 +++++++++---------- Package.swift | 12 +++++----- Project.swift | 1 + 5 files changed, 19 insertions(+), 18 deletions(-) diff --git a/Mail/Views/Settings/General/SettingsNotificationsInstructionsView.swift b/Mail/Views/Settings/General/SettingsNotificationsInstructionsView.swift index 8526979ea..0516a28db 100644 --- a/Mail/Views/Settings/General/SettingsNotificationsInstructionsView.swift +++ b/Mail/Views/Settings/General/SettingsNotificationsInstructionsView.swift @@ -33,7 +33,6 @@ struct SettingsNotificationsInstructionsView: View { ModalButtonsView( primaryButtonTitle: MailResourcesStrings.Localizable.alertNotificationsDisabledButton, primaryButtonAction: DeeplinkConstants.presentsNotificationSettings - ) } } diff --git a/MailCore/Models/Message.swift b/MailCore/Models/Message.swift index 2b1fabae6..0720ba3fd 100644 --- a/MailCore/Models/Message.swift +++ b/MailCore/Models/Message.swift @@ -18,6 +18,7 @@ import Foundation import InfomaniakCore +import InfomaniakCoreDB import MailResources import RealmSwift diff --git a/Package.resolved b/Package.resolved index 573dc5d81..6b9b0f844 100644 --- a/Package.resolved +++ b/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-bug-tracker", "state" : { - "revision" : "7b582c8281a74762293b1522d7c1f096a44eb07e", - "version" : "4.0.0" + "revision" : "264d99bb71c48d404d32784fa4e3c271a70bed90", + "version" : "5.0.0" } }, { @@ -41,7 +41,7 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core", "state" : { - "revision" : "f55044d2156f39a5a2251e37bfe23f596227056e" + "revision" : "4e168afcd6bc05bfa3cd96bd8f7889f920bab788" } }, { @@ -49,8 +49,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core-ui", "state" : { - "revision" : "43ae7acd0252baba9c7338a20b5a0aefcc301054", - "version" : "7.1.0" + "revision" : "b190fc752289c127d17ab707444dc1b83017eaad", + "version" : "8.0.0" } }, { @@ -58,8 +58,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-create-account", "state" : { - "revision" : "46f2ee2e1df00c84d29c30f191e578ad593f0784", - "version" : "6.0.0" + "revision" : "c194f002d7aa2929d2c2e6bfc51b8d1018ea6779", + "version" : "7.0.0" } }, { @@ -85,8 +85,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-notifications", "state" : { - "revision" : "cb006524be443259d04a311f06add5ee034fbf35", - "version" : "5.0.0" + "revision" : "c5ae1674448eafca051700aa47a35629e347dc0a", + "version" : "6.0.0" } }, { @@ -94,8 +94,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-version-checker", "state" : { - "revision" : "7fc0d96c297e1a868e3e430bc1195b4d0ab70131", - "version" : "4.0.0" + "revision" : "4a9f4342fef91a132676ddcdd50c4808fefd4736", + "version" : "5.0.0" } }, { diff --git a/Package.swift b/Package.swift index 69544135c..208f56a6a 100644 --- a/Package.swift +++ b/Package.swift @@ -8,12 +8,12 @@ let package = Package( .package(url: "https://github.com/Infomaniak/ios-login", .upToNextMajor(from: "6.0.0")), .package(url: "https://github.com/Infomaniak/ios-dependency-injection", .upToNextMajor(from: "2.0.0")), .package(url: "https://github.com/Infomaniak/swift-concurrency", .upToNextMajor(from: "0.0.5")), - .package(url: "https://github.com/Infomaniak/ios-core", .revision("f55044d2156f39a5a2251e37bfe23f596227056e")), - .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "7.1.0")), - .package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "5.0.0")), - .package(url: "https://github.com/Infomaniak/ios-create-account", .upToNextMajor(from: "6.0.0")), - .package(url: "https://github.com/Infomaniak/ios-bug-tracker", .upToNextMajor(from: "4.0.0")), - .package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "4.0.0")), + .package(url: "https://github.com/Infomaniak/ios-core", .revision("4e168afcd6bc05bfa3cd96bd8f7889f920bab788")), + .package(url: "https://github.com/Infomaniak/ios-core-ui", .upToNextMajor(from: "8.0.0")), + .package(url: "https://github.com/Infomaniak/ios-notifications", .upToNextMajor(from: "6.0.0")), + .package(url: "https://github.com/Infomaniak/ios-create-account", .upToNextMajor(from: "7.0.0")), + .package(url: "https://github.com/Infomaniak/ios-bug-tracker", .upToNextMajor(from: "5.0.0")), + .package(url: "https://github.com/Infomaniak/ios-version-checker", .upToNextMajor(from: "5.0.0")), .package(url: "https://github.com/Infomaniak/swift-modal-presentation", .upToNextMajor(from: "1.0.0")), .package(url: "https://github.com/Infomaniak/SQRichTextEditor", .upToNextMajor(from: "1.1.1")), .package(url: "https://github.com/Infomaniak/SwiftSoup", .upToNextMajor(from: "1.1.0")), diff --git a/Project.swift b/Project.swift index 059cfef96..514bc8ae5 100644 --- a/Project.swift +++ b/Project.swift @@ -182,6 +182,7 @@ let project = Project(name: "Mail", .external(name: "Alamofire"), .external(name: "Atlantis"), .external(name: "InfomaniakCore"), + .external(name: "InfomaniakCoreDB"), .external(name: "InfomaniakCoreUI"), .external(name: "InfomaniakLogin"), .external(name: "InfomaniakDI"),