From 4970a16ff091df609bde90a0f5ebda4052a61ce6 Mon Sep 17 00:00:00 2001 From: Frank Rotermund Date: Mon, 2 Jan 2023 07:51:38 +0100 Subject: [PATCH] MESSENGER-3977 Buildability with XCode 14.2 --- Podfile | 2 +- Riot/Modules/TabBar/MasterTabBarController.m | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Podfile b/Podfile index e383d4667..9bd443e78 100644 --- a/Podfile +++ b/Podfile @@ -43,7 +43,7 @@ when String # specific MatrixSDK released version $matrixSDKVersionSpec = $matrixSDKVersion end -$matrixSDKVersionSpec = { :git => 'https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios-matrix-sdk', :tag => 'v0.24.2_bwi' } +$matrixSDKVersionSpec = { :git => 'https://dl-gitlab.example.com/bwmessenger/bundesmessenger/bundesmessenger-ios-sdk', :tag => 'v0.24.6_bwi_beta' } # Method to import the MatrixSDK def import_MatrixSDK diff --git a/Riot/Modules/TabBar/MasterTabBarController.m b/Riot/Modules/TabBar/MasterTabBarController.m index 44bc06619..62ff5a0f5 100644 --- a/Riot/Modules/TabBar/MasterTabBarController.m +++ b/Riot/Modules/TabBar/MasterTabBarController.m @@ -973,7 +973,6 @@ [alert addAction:[UIAlertAction actionWithTitle:[VectorL10n doNotAskAgain] style:UIAlertActionStyleDestructive handler:^(UIAlertAction * action) { - RiotSettings.shared.hideReviewSessionsAlert = YES; }]]; }