Skip to content

Commit

Permalink
Add ClassKit entitlements key (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegoid authored and jstedfast committed May 1, 2018
1 parent 29e500b commit aa495d0
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 @@ -14,6 +14,7 @@ namespace Xamarin.MacDev
{
public static class EntitlementKeys
{
public const string ClassKit = "com.apple.developer.ClassKit-environment";
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";
Expand Down

0 comments on commit aa495d0

Please sign in to comment.