Skip to content

Commit

Permalink
Add NFC entitlement key to EntitlementKeys (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegoid authored and jstedfast committed Jan 19, 2018
1 parent 22a4d2e commit 1a3eeb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Xamarin.MacDev/EntitlementExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public static class EntitlementKeys
public const string ApplicationGroups = "com.apple.security.application-groups";
public const string NetworkingVpnApi = "com.apple.developer.networking.vpn.api";
public const string NetworkExtensions = "com.apple.developer.networking.networkextension";
public const string NFC = "com.apple.developer.nfc.readersession.formats";
public const string HotspotConfiguration = "com.apple.developer.networking.HotspotConfiguration";
public const string Multipath = "com.apple.developer.networking.multipath";
public const string InAppPayments = "com.apple.developer.in-app-payments";
Expand Down

0 comments on commit 1a3eeb0

Please sign in to comment.