Open baronfel opened 1 week ago
Tested this on a m2 machine and it works as expected:
% file dotnet-core-uninstall
dotnet-core-uninstall: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]
dotnet-core-uninstall (for architecture x86_64): Mach-O 64-bit executable x86_64
dotnet-core-uninstall (for architecture arm64): Mach-O 64-bit executable arm64
Don't think we do notarization for this.
Adds a target that
lipo
to create a universal binary (thanks @rolfbjarne!)Things we need to think about:
cc @joeloff / @marcpopMSFT