auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
59 stars 41 forks source link

iOS - Bump Auth0 dependency version #435

Closed martin-headspace closed 5 months ago

martin-headspace commented 5 months ago

📋 Changes

Bumped the Auth0 Dependency on the Podspec to 2.7.0, which includes Privacy Manifests

📎 References

https://github.com/auth0/Auth0.swift/pull/841 https://github.com/auth0/Auth0.swift/pull/842

See more on: https://developer.apple.com/news/?id=3d8a9yyh See more on: https://developer.apple.com/support/third-party-SDK-requirements/

🎯 Testing

Widcket commented 5 months ago

Hi @martin-headspace, thanks for raising this.

Please run 'scripts/generate-symlinks.sh' from the repository root and commit the changes.

martin-headspace commented 5 months ago

Hey @Widcket , I ran scripts/generate-symlinks.sh on the root of the project but it didn't generate any changes.

Widcket commented 5 months ago

It was needed to copy over the changes to the macOS and Darwin Podspecs –but I see you already did that in the most recent commit.