xamarin-macios/builds/fix-maccatalyst-assembly
dotnet-maestro[bot] 68476989f4
[main] Update dependencies from dotnet/installer (#12245)
* Update dependencies from https://github.com/dotnet/installer build 20210727.4

Microsoft.Dotnet.Sdk.Internal
 From Version 6.0.100-rc.1.21376.3 -> To Version 6.0.100-rc.1.21377.4

Dependency coherency updates

Microsoft.NET.ILLink.Tasks
 From Version 6.0.100-preview.6.21370.1 -> To Version 6.0.100-preview.6.21376.2 (parent: Microsoft.Dotnet.Sdk.Internal

* Bump Mono.Cecil from 0.11.3 to 0.11.4.

* [dotnet-linker] Reference Mono.Cecil 0.11.4 directly.

Works around https://github.com/mono/linker/issues/2173.

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2021-07-28 09:46:36 +02:00
..
Program.cs [builds] Add a tool that fixes Mac Catalyst BCL assemblies. 2020-12-03 10:43:19 +01:00
README.md [builds] Add a tool that fixes Mac Catalyst BCL assemblies. 2020-12-03 10:43:19 +01:00
fix-maccatalyst-assembly.csproj [main] Update dependencies from dotnet/installer (#12245) 2021-07-28 09:46:36 +02:00
fix-maccatalyst-assembly.sln [builds] Add a tool that fixes Mac Catalyst BCL assemblies. 2020-12-03 10:43:19 +01:00

README.md

BCL assembly fixer

This is a tool that fixes:

  • InternalsVisibleTo attributes to Xamarin.iOS
  • Assembly references to Xamarin.iOS

for Mac Catalyst, and changes these to reference Xamarin.MacCatalyst instead.

This is a temporary workaround until we have a mono archive with properly built BCL assemblies.