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

AD -> ADAL prefix mass rename #1580

Closed oldalton closed 3 years ago

oldalton commented 3 years ago

Due to the conflict of "AD" prefix with Apple frameworks, we agreed to do a mass rename of the prefix to avoid additional issues and ship a new major version. This PR is taking care of that.

hieunguyenmsft commented 3 years ago

We should update Readme.md to reflect new changes.

oldalton commented 3 years ago

We should update Readme.md to reflect new changes.

I believe I did update it: https://github.com/AzureAD/azure-activedirectory-library-for-objc/pull/1580/commits/f58833ecfa294b11259bbf2b9c2828f45b133327 Let me know if you see anything missing.

hieunguyenmsft commented 3 years ago

f58833e

Ah I see, I just checked the readme file, it's looking good.