Skip to content

Commit f5e89be

Browse files
committed
Add missing data protection entitlement key (#19)
1 parent 2cff0d7 commit f5e89be

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
@@ -10,6 +10,7 @@ namespace Xamarin.MacDev
1010
{
1111
public static class EntitlementKeys
1212
{
13+
public const string DataProtection = "com.apple.developer.default-data-protection";
1314
public const string WirelessAccessoryConfiguration = "com.apple.external-accessory.wireless-configuration";
1415
public const string UbiquityKeyValueStore = "com.apple.developer.ubiquity-kvstore-identifier";
1516
public const string UbiquityContainers = "com.apple.developer.ubiquity-container-identifiers";

0 commit comments

Comments
 (0)