We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df960c4 commit cd2823eCopy full SHA for cd2823e
Xamarin.MacDev/EntitlementExtensions.cs
@@ -25,6 +25,7 @@ public static class EntitlementKeys
25
public const string ApplicationGroups = "com.apple.security.application-groups";
26
public const string NetworkingVpnApi = "com.apple.developer.networking.vpn.api";
27
public const string NetworkExtensions = "com.apple.developer.networking.networkextension";
28
+ public const string NFC = "com.apple.developer.nfc.readersession.formats";
29
public const string HotspotConfiguration = "com.apple.developer.networking.HotspotConfiguration";
30
public const string Multipath = "com.apple.developer.networking.multipath";
31
public const string InAppPayments = "com.apple.developer.in-app-payments";
0 commit comments