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)
- Host: GitHub
- URL: https://github.com/fuse-open/mac-loader
- Owner: fuse-open
- License: mit
- Created: 2022-11-21T18:51:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T08:34:57.000Z (about 2 years ago)
- Last Synced: 2024-10-29T22:37:23.089Z (11 months ago)
- Topics: binaries, dotnet, macos, uno
- Language: C#
- Homepage: https://www.nuget.org/packages/uno-mac-loader-x64
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# uno-mac
[](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
```