Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update macos-development.md #629

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/guides/platforms/macos-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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