capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
135 stars 58 forks source link

Migrate plugin to Capacitor v5 #94

Closed yllaw closed 1 year ago

yllaw commented 1 year ago

Capacitor 5 has been released. This package is currently incompatible with capacitor/core@5.0.0 dependency as it uses version 4.0.0

The documentation to migrate this plugin from Capacitor v4 to v5 says:

From the plugin folder,

run npx @capacitor/plugin-migration-v4-to-v5@latest

This will update the package.json and perform all other file changes automatically