Skip to content

Commit aa495d0

Browse files
olegoidjstedfast
authored andcommitted
Add ClassKit entitlements key (#26)
1 parent 29e500b commit aa495d0

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
@@ -14,6 +14,7 @@ namespace Xamarin.MacDev
1414
{
1515
public static class EntitlementKeys
1616
{
17+
public const string ClassKit = "com.apple.developer.ClassKit-environment";
1718
public const string DataProtection = "com.apple.developer.default-data-protection";
1819
public const string WirelessAccessoryConfiguration = "com.apple.external-accessory.wireless-configuration";
1920
public const string UbiquityKeyValueStore = "com.apple.developer.ubiquity-kvstore-identifier";

0 commit comments

Comments
 (0)