0

We have created the xamarin mac application. Now we have build app to pkg installer using iceberg 3rd party tool.

We need to make shortcut icon in the desktop for the Xamarin mac app.

Please advice!

valdetero
  • 4,624
  • 1
  • 31
  • 46

1 Answers1

0

In general this is against the HIG and not something a majority of macOS users would expect. I would strongly suggest against it.

If you want to go down this path, you will likely have to write a post install script that your installer can bundle in an run after install.

Chris Hamons
  • 1,510
  • 11
  • 22