enabled iOS NFC Entitlement

This commit is contained in:
Jannis Rieger 2020-11-09 18:43:02 +01:00
parent 8a2ca3e280
commit 47ae630c0f
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?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>
<string>TAG</string>
</array>
</dict>
</plist>

View File

@ -38,5 +38,7 @@
<string>0.2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NFCReaderUsageDescription</key>
<string>FabAccess needs to be able to read your card for authentication with the server.</string>
</dict>
</plist>