[tools] Use the same constants for catalyst as for iOS for now

This commit is contained in:
Rolf Bjarne Kvinge 2020-11-17 09:30:08 +01:00
Родитель 74a3d530c1
Коммит 183f40c407
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1320,6 +1320,7 @@ namespace Xamarin.Bundler {
get {
switch (Platform) {
case ApplePlatform.iOS:
case ApplePlatform.MacCatalyst:
return ProductConstants.iOS;
case ApplePlatform.TVOS:
return ProductConstants.tvOS;