AzureAD / azure-activedirectory-library-for-objc

The ADAL SDK for Objective C gives you the ability to add support for Work Accounts to your iOS and macOS applications with just a few lines of additional code. This SDK gives your application the full functionality of Microsoft Azure AD, including industry standard protocol support for OAuth2, Web API integration with user level consent, and two factor authentication support.
MIT License
178 stars 113 forks source link

First draft against xcode 12 beta1 build, will keep this branch here … #1542

Closed kaisong1990 closed 4 years ago

kaisong1990 commented 4 years ago

…till all issues are addressed.

For any issues we found(any functionality or testing) from both iOS 14 and earlier version, we will make a fix on our dev branch. I will rebase this branch on top of our dev branch weekly to make sure everything is also running find in Xcode 12

oldalton commented 4 years ago

@kaisong1990, we don't really use "dev" in ADAL anymore. ADAL only does hot fixes out of master right now. dev is out of sync.

kaisong1990 commented 4 years ago

@kaisong1990, we don't really use "dev" in ADAL anymore. ADAL only does hot fixes out of master right now. dev is out of sync.

Will recreate PR against master branch