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

Update to use Xcode 12 for CI and address any Xcode 12 issues #1544

Closed kaisong1990 closed 4 years ago

oldalton commented 4 years ago

@kaisong1990, @ameyapat - we shouldn't merge directly to master. Please create a "release/xxx" branch and merge into that one.

ameyapat commented 4 years ago

@oldalton @kaisong1990 I didn't realize a PR was open on this branch, so when I committed to this branch it must have triggered a rebuild. I have further changes along with updates to deployment target that need to be committed. I'll close this PR and create a new branch "ameyapat/ADAL-ios-14" that will have further changes. A release branch "release/ADAL-ios-14" will also be created in which final changes will be merged from my branch.

kaisong1990 commented 4 years ago

Feel free to delete this branch when all necessary changes are transferred to yours