Info
Version: | 2.9.0 |
Author(s): | Eto.Mac64 |
Last Update: | Saturday, December 28, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/picoe/Eto |
NuGet Url: | https://www.nuget.org/packages/Eto.Platform.Mac64 |
Install
Install-Package Eto.Platform.Mac64
dotnet add package Eto.Platform.Mac64
paket add Eto.Platform.Mac64
Eto.Platform.Mac64 Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Eto.Forms(>= 2.5.10)
- Eto.Forms(>= 2.5.10)
Tags
Eto.Platform.Mac64 uses a modified version of the open source MonoMac for 64-bit, which allows you to create macOS application bundles from any platform.
This package creates an .app bundle to run your app on macOS, even on Windows or Linux.
By default, the .NET Core runtime will be bundled in Release configuration so your app won't require extra dependencies.
Use Eto.Platform.macOS if you want to distribute your app to the Mac App Store.
You do not need to use any of the classes of this assembly (unless customizing the MonoMac functionality of the platform), and should just use the UI controls from the Eto assembly.