From 43248467368ac8ffb3fdbd1bb2d2ef866469f274 Mon Sep 17 00:00:00 2001 From: Rahim Rahman Date: Mon, 19 Jan 2026 16:45:56 -0700 Subject: [PATCH] fix(MM-67224): MM Mobile v2.36.0 crash on iOS 16 and below (#9421) * fix(MM-67224): iOS app hanging for at least 2000 ms. * downgrade intune iOS SDK to 20.9.0 * update to version 20.9.2 (latest) * reverse changes to .env files * set INTUNE_IOS_SDK_VERSION to 20.9.2 * revert change * Intune update * remove echo --- fastlane/Fastfile | 3 ++- libraries/@mattermost/intune | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 4aec648f7..4d68bcdf2 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -569,7 +569,8 @@ platform :ios do "ADALLogOverrideDisabled" => true, "HooksAlwaysEnabled" => true, "ADALClientId" => intune_client_id, - "ADALRedirectUri" => intune_redirect_uri + "ADALRedirectUri" => intune_redirect_uri, + "MaxFileProtectionLevel" => "NSFileProtectionCompleteUntilFirstUserAuthentication" } plist["LSApplicationQueriesSchemes"] = [ diff --git a/libraries/@mattermost/intune b/libraries/@mattermost/intune index 412afe596..9a888c921 160000 --- a/libraries/@mattermost/intune +++ b/libraries/@mattermost/intune @@ -1 +1 @@ -Subproject commit 412afe596e58c973673366c101ba309a21d115f0 +Subproject commit 9a888c921b339c5f268ad202b6e498ca1678c82e