Azure-Samples / active-directory-b2c-ios-swift-native-msal

An iOS sample in Swift that authenticates Azure AD B2C users and calls an API using OAuth 2.0
https://aka.ms/aadb2c
MIT License
46 stars 22 forks source link

Add support for Swift Package Manager #67

Closed mruvim closed 2 years ago

mruvim commented 2 years ago

Please add Swift Package Manger support to MSALiOSB2C library.

mipetriu commented 2 years ago

Hello @mruvim, the MSAL iOS B2C sample app uses the MSAL library, which should have Swift Package Manager support. Are you able to get MSAL working with Swift Package Manager?

ameyapat commented 2 years ago

instructions for adding MSAL swift package : https://github.com/AzureAD/microsoft-authentication-library-for-objc#using-swift-packages

mruvim commented 2 years ago

Great thank you, closing ticket