Add ClassKit entitlements key (#26)

This commit is contained in:
Oleg Demchenko 2018-05-01 11:46:08 -04:00 коммит произвёл Jeffrey Stedfast
Родитель 29e500b669
Коммит aa495d0d83
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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";