xamarin-macios/builds/fix-maccatalyst-assembly
Rolf Bjarne Kvinge 2972e1b715
Fix some whitespace issues in various files. (#12399)
* Remove BOM
* Add EOL at end of file.
2021-08-11 10:06:46 +02:00
..
Program.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02: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.