Nicolas Raoul
Nicolas Raoul

Reputation: 60213

Monodevelop/MonoMac: No "Create Mac installer" menu item

For my Mono project, I want to generate a Mac package with Monodevelop/MonoMac, as described here:
http://www.mono-project.com/MonoMacPackager#Bundle_Configuration

The screenshot on the page above shows Projects > Create Mac installer
PROBLEM: I don't have this item menu.

enter image description here

I comply with all requirements of the page above:

Am I missing something?

Upvotes: 1

Views: 483

Answers (1)

Curtis
Curtis

Reputation: 1602

The documentation on the site is out of date. In recent versions of MonoDevelop, these options are in your project settings under the item "Mac OS X Packaging". The app will now be packaged along with the build process, instead of having to do the extra step each time.

The default MonoMac project templates have an "App Store" build configuration that (by default) bundles the mono framework, signs the .app, and builds a .pkg that can be distributed to the app store.

Upvotes: 2

Related Questions