auth0/Lock.swift

Swift Package Manager support [SDK-2118]

spr opened this issue · 3 comments

spr commented

Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.

Thank you in advance for helping us to improve this library! Your attention to detail here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.

By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.

Describe the problem you'd like to have solved

Now that Auth0.swift has Swift package manager support, we need Lock.swift to support it to be able to use it.

Describe the ideal solution

A Package.swift that correctly builds the library for use.

Alternatives and current work-arounds

Using other package managers

Hi @spr, thanks for raising this. I'll be pinning this issue for future reference.

Hi all, we now have an implementation up in the feature/spm-support branch. Feel free to try it out, any feedback is welcome.

This is now out in 2.21.0!