diff --git a/TestFlight/WhatToTest.en-GB.txt b/TestFlight/WhatToTest.en-GB.txt index 0166727f0d..1a684056a7 100644 --- a/TestFlight/WhatToTest.en-GB.txt +++ b/TestFlight/WhatToTest.en-GB.txt @@ -1,4 +1,2 @@ -- Fixed an issue preventing the display of invitations to events -- Setting to request a read receipt when sending message -- Added message read receipts +- Prevent crash when reporting junk on macOS - Bug fixes and improvements \ No newline at end of file diff --git a/TestFlight/WhatToTest.fr-FR.txt b/TestFlight/WhatToTest.fr-FR.txt index 1b753768a8..736e9a893f 100644 --- a/TestFlight/WhatToTest.fr-FR.txt +++ b/TestFlight/WhatToTest.fr-FR.txt @@ -1,4 +1,2 @@ -- Correction d'un problème empêchant l'affichage des invitations aux événements -- Réglage pour demander un accusé de lecture à l'envoi -- Ajout de l’accusé de lecture pour les messages +- Correction d'un crash sur l'action "signaler comme indésirable" sur macOS - Corrections de bugs et améliorations \ No newline at end of file diff --git a/Tuist/Package.resolved b/Tuist/Package.resolved index 0d0ef229b1..bb9b93a72a 100644 --- a/Tuist/Package.resolved +++ b/Tuist/Package.resolved @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Infomaniak/ios-core", "state" : { - "revision" : "c6b1f897cce83bde2fdb03edbac33a6922284498", - "version" : "18.4.0" + "revision" : "df170683c6c7f60b9ac54b50bb4e23b0e4ca1e84", + "version" : "18.4.1" } }, { @@ -140,8 +140,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matomo-org/matomo-sdk-ios", "state" : { - "revision" : "82a1f3b18215381e2133d98b7cc09b5a855ff99d", - "version" : "7.7.0" + "revision" : "f140afcb7cedebdcbf8b8230fdd822b4b61e3685", + "version" : "7.8.0" } }, { diff --git a/Tuist/ProjectDescriptionHelpers/Constants.swift b/Tuist/ProjectDescriptionHelpers/Constants.swift index 0b608b2816..c42cc0c98c 100644 --- a/Tuist/ProjectDescriptionHelpers/Constants.swift +++ b/Tuist/ProjectDescriptionHelpers/Constants.swift @@ -25,7 +25,7 @@ public enum Constants { public static let baseSettings = SettingsDictionary() .currentProjectVersion("1") - .marketingVersion("1.8.6") + .marketingVersion("1.8.7") .automaticCodeSigning(devTeam: "864VDCS2QY") .merging([ "DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO"),