Silviu Petrescu

Results 4 comments of Silviu Petrescu

> @spetrescu84 I noticed that in the MSAL project we have many places where we check the macOS version" "if (@available(macOS 10.15, *))". Can you please remove these checks given...

> Similar to the MSAL repo, can you please remove the check "if (@available(macOS 10.15, *))" given than now they're not needed anymore? Removed all `if (@available(macOS 10.15, *))` (or...

> If I search the following terms in IdentityCore, we still have some lines where they are present: > > ``` > API_AVAILABLE(macos(14.0)) > API_AVAILABLE(macos(13.0) > > __MAC_OS_X_VERSION_MAX_ALLOWED >= 120000...

> @spetrescu84, it seems the `[MSAL C++] Common core subtree update check macOS` is failing with this error: > > ``` > [msalobjc] Compiling MSAIMSIDWorkPlaceJoinUtilBase.m > ❌ ***/s/deps/msalobjc/IdentityCore/src/workplacejoin/MSAIMSIDWorkPlaceJoinUtilBase.m:246:62: 'kSecUseDataProtectionKeychain' is...