chariotsolutions / phonegap-nfc

PhoneGap NFC Plugin
MIT License
706 stars 556 forks source link

Automatically Add NFC entitlement #284

Closed andreamaioli closed 6 years ago

andreamaioli commented 6 years ago

Hi,

I've added the following code to the plugin.xml file and now I can just add ios platform and run from cordova. No need to open xcode and manually add the entitlement.

`

NDEF

`

`

NDEF

`

Would you consider to include this code in your version?

don commented 6 years ago

This is great. Can you submit a pull request?