[xcode14.1] [ShareWithYou] Fix linker problem due to a bad yy. Fixes #16084 (#16187)

Fixes https://github.com/xamarin/xamarin-macios/issues/16084

Backport of #16137

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
This commit is contained in:
VS MobileTools Engineering Service 2 2022-10-03 12:10:31 -04:00 коммит произвёл GitHub
Родитель 27e6958b0a
Коммит 78550909a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -455,7 +455,7 @@ public class Frameworks : Dictionary <string, Framework>
{ "AVRouting", "AVRouting", 16,0}, { "AVRouting", "AVRouting", 16,0},
{ "BackgroundAssets", "BackgroundAssets", 16,0}, { "BackgroundAssets", "BackgroundAssets", 16,0},
{ "PushToTalk", "PushToTalk", new Version (16,0), NotAvailableInSimulator}, { "PushToTalk", "PushToTalk", new Version (16,0), NotAvailableInSimulator},
{ "SharedWithYou", "SharedWithYouCore", 16, 0 }, { "SharedWithYou", "SharedWithYou", 16, 0 },
{ "SharedWithYouCore", "SharedWithYouCore", 16, 0 }, { "SharedWithYouCore", "SharedWithYouCore", 16, 0 },
// the above MUST be kept in sync with simlauncher // the above MUST be kept in sync with simlauncher