An open API service indexing awesome lists of open source software.

https://github.com/fuse-open/mac-loader

Uno App Loader for .NET 6.0 (macOS binaries)
https://github.com/fuse-open/mac-loader

binaries dotnet macos uno

Last synced: 3 months ago
JSON representation

Uno App Loader for .NET 6.0 (macOS binaries)

Awesome Lists containing this project

README

          

# uno-mac

[![NuGet](https://img.shields.io/nuget/v/uno-mac-loader-x64.svg?style=flat-square)](https://www.nuget.org/packages/uno-mac-loader-x64)

Uno App Loader for .NET 6.0 (macOS binaries)

## Building from source

1. Make sure the `macos` workload is installed and up-to-date

```shell
sudo dotnet workload install macos
```

2. Build macOS app and NuGet package

```shell
./build.sh
```