From 47ae630c0f6e72191e44926afcc66cb428f2bc89 Mon Sep 17 00:00:00 2001 From: Jannis Rieger Date: Mon, 9 Nov 2020 18:43:02 +0100 Subject: [PATCH] enabled iOS NFC Entitlement --- Borepin/Borepin.iOS/Entitlements.plist | 8 ++++++-- Borepin/Borepin.iOS/Info.plist | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Borepin/Borepin.iOS/Entitlements.plist b/Borepin/Borepin.iOS/Entitlements.plist index e9a3005..91c9872 100644 --- a/Borepin/Borepin.iOS/Entitlements.plist +++ b/Borepin/Borepin.iOS/Entitlements.plist @@ -1,7 +1,11 @@ - + + com.apple.developer.nfc.readersession.formats + + NDEF + TAG + - diff --git a/Borepin/Borepin.iOS/Info.plist b/Borepin/Borepin.iOS/Info.plist index 9fcb7e2..b464cc1 100644 --- a/Borepin/Borepin.iOS/Info.plist +++ b/Borepin/Borepin.iOS/Info.plist @@ -38,5 +38,7 @@ 0.2 ITSAppUsesNonExemptEncryption + NFCReaderUsageDescription + FabAccess needs to be able to read your card for authentication with the server.