From 8b9b6476bc16aa65b76f3d09ebb2cf07c852f23f Mon Sep 17 00:00:00 2001 From: CastelloBrancoTecnologia <138352584+CastelloBrancoTecnologia@users.noreply.github.com> Date: Fri, 14 Mar 2025 01:56:23 -0300 Subject: [PATCH] Update macos-development.md Publish an Bundle --- docs/guides/platforms/macos-development.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guides/platforms/macos-development.md b/docs/guides/platforms/macos-development.md index a17feb6f3..3af938af8 100644 --- a/docs/guides/platforms/macos-development.md +++ b/docs/guides/platforms/macos-development.md @@ -71,3 +71,13 @@ And in the `Contents` output directory place a valid `Info.plist` file. An examp ``` If you're using Rider < 2021.1 then you'll need to run the application from the command line, not the IDE (see [https://youtrack.jetbrains.com/issue/RIDER-53892](https://youtrack.jetbrains.com/issue/RIDER-53892)). + + +### Publish an MacOS Bundle + +Several steps is required to publish an MacOS Bundle, but you can acelerate this proccess using 3dparty scripts and utilityes avaliable on internet + +One of these utilities is MacOsPublish that can be installed from nuget and their sources can be downloaded from github at + +https://github.com/CastelloBrancoTecnologia/MacOsPublish +