xamarin-macios/builds/fix-maccatalyst-assembly
Rolf Bjarne Kvinge 15a2ebc2b7 [builds] Add a tool that fixes Mac Catalyst BCL assemblies.
The BCL assemblies we're using for Mac Catalyst for now are the ones built for Xamarin.iOS.
So we need to fix: InternalsVisibleToAttribute (to point to Xamarin.MacCatalyst.dll)
and references to Xamarin.iOS.dll
2020-12-03 10:43:19 +01: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 [builds] Add a tool that fixes Mac Catalyst BCL assemblies. 2020-12-03 10:43:19 +01: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.