mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 10:29:58 +02:00
Wire Core NFC entitlements and implement invitation ticket export, QR presentation, and NDEF read/write on iOS so send/receive parity matches Android.
11 lines
289 B
XML
11 lines
289 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.developer.nfc.readersession.formats</key>
|
|
<array>
|
|
<string>NDEF</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|