Skip to content

Commit cd2823e

Browse files
committed
Add NFC entitlement key to EntitlementKeys (#22)
1 parent df960c4 commit cd2823e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Xamarin.MacDev/EntitlementExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public static class EntitlementKeys
2525
public const string ApplicationGroups = "com.apple.security.application-groups";
2626
public const string NetworkingVpnApi = "com.apple.developer.networking.vpn.api";
2727
public const string NetworkExtensions = "com.apple.developer.networking.networkextension";
28+
public const string NFC = "com.apple.developer.nfc.readersession.formats";
2829
public const string HotspotConfiguration = "com.apple.developer.networking.HotspotConfiguration";
2930
public const string Multipath = "com.apple.developer.networking.multipath";
3031
public const string InAppPayments = "com.apple.developer.in-app-payments";

0 commit comments

Comments
 (0)