[dotnet][linker] Use signature (not name) for iOS substitutions (just like tvOS) (#11700)

ref: https://github.com/xamarin/maccore/issues/2446
This commit is contained in:
Sebastien Pouliot 2021-05-27 08:50:37 -04:00 коммит произвёл GitHub
Родитель fa5bb58e6d
Коммит 7d3a95a161
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -4,8 +4,8 @@
<method signature="System.Boolean get_IsCoreCLR()" body="stub" value="false" />
</type>
<type fullname="UIKit.UIApplication">
<method name="EnsureEventAndDelegateAreNotMismatched" body="stub" feature="System.Diagnostics.Debugger.IsSupported" featurevalue="false" />
<method name="EnsureDelegateAssignIsNotOverwritingInternalDelegate" body="stub" feature="System.Diagnostics.Debugger.IsSupported" featurevalue="false" />
<method signature="System.Void EnsureEventAndDelegateAreNotMismatched(System.Object,System.Type)" body="stub" feature="System.Diagnostics.Debugger.IsSupported" featurevalue="false" />
<method signature="System.Void EnsureDelegateAssignIsNotOverwritingInternalDelegate(System.Object,System.Object,System.Type)" body="stub" feature="System.Diagnostics.Debugger.IsSupported" featurevalue="false" />
</type>
<type fullname="UIKit.UIButton">
<method signature="System.Void VerifyIsUIButton()" body="stub" feature="System.Diagnostics.Debugger.IsSupported" featurevalue="false" />