Skip to content

Commit

Permalink
Add missing data protection entitlement key (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegoid committed Mar 1, 2018
1 parent 2cff0d7 commit f5e89be
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 @@ -10,6 +10,7 @@ namespace Xamarin.MacDev
{
public static class EntitlementKeys
{
public const string DataProtection = "com.apple.developer.default-data-protection";
public const string WirelessAccessoryConfiguration = "com.apple.external-accessory.wireless-configuration";
public const string UbiquityKeyValueStore = "com.apple.developer.ubiquity-kvstore-identifier";
public const string UbiquityContainers = "com.apple.developer.ubiquity-container-identifiers";
Expand Down

0 comments on commit f5e89be

Please sign in to comment.