[xcode12] Adds Accent Color manifest keys

XSAccentColorAssets will be used as custom key for storing the path to the asset, and NSAccentColorName is the Apple key that contains the name of the asset that will be used as accent color by the OS
This commit is contained in:
emaf 2020-08-31 10:14:45 -03:00 коммит произвёл Emanuel Fernandez Dell'Oca
Родитель af50d97218
Коммит d20cfa6018
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -799,6 +799,8 @@ namespace Xamarin.MacDev
public const string XSAppIconAssets = "XSAppIconAssets";
public const string XSLaunchImageAssets = "XSLaunchImageAssets";
public const string XSAccentColorAssets = "XSAccentColorAssets";
public const string NSAccentColorName = "NSAccentColorName";
public const string MapKitDirections = "MKDirectionsApplicationSupportedModes";