xamarin-macios/builds/fix-maccatalyst-assembly
Rolf Bjarne Kvinge 3be1d9d760
Use unix-style line endings in project files. (#15303)
This also removes the BOM in a few project files.

This is a whitespace-only change, as can be seen here: https://github.com/xamarin/xamarin-macios/pull/15303/files?w=1
2022-06-21 17:22:58 +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 Use unix-style line endings in project files. (#15303) 2022-06-21 17:22:58 +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.