* 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
(cherry picked from commit 4324846736)
Co-authored-by: Rahim Rahman <rahim.rahman@mattermost.com>
This commit is contained in:
parent
e48a4c0e09
commit
f11dc2c5cb
2 changed files with 3 additions and 2 deletions
|
|
@ -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"] = [
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 412afe596e58c973673366c101ba309a21d115f0
|
||||
Subproject commit 9a888c921b339c5f268ad202b6e498ca1678c82e
|
||||
Loading…
Reference in a new issue