twogate / cordova-plugin-sign-in-with-apple

A native-implemented plugin of Sign in with Apple // Thanks to your contribution! // Cordova>=8 iOS>=13
https://www.npmjs.com/package/cordova-plugin-sign-in-with-apple
MIT License
74 stars 48 forks source link

feat: add signin apple capability automatically #45

Open rubnogueira opened 1 year ago

rubnogueira commented 1 year ago

This code is based on dntstp/cordova-plugin-deeplinks and runs an after_prepare hook to add items to the project entitlements.

This PR fixes #38. If this plugin is installed, it adds the Apple Sign in capability to the project entitlements.

I consider this an important issue because the main purpose of this plugin is to add Apple sign-in to a Cordova plugin, so the "capability" is mandatory.