Xamarin Public Jenkins (auto-signing) 4edc784e8b Imported Upstream version 6.6.0.129
Former-commit-id: 5252f8cfe37b84003acc4bfe0fa11691f0daf9fd
2019-10-17 09:04:47 +00:00
..
2017-04-10 11:41:01 +00:00
bb
2019-07-26 08:33:24 +00:00
2017-04-10 11:41:01 +00:00
2018-04-24 09:31:23 +00:00
2017-04-10 11:41:01 +00:00

Note: This is the actively maintained version of Bockbuild, used to put together the Mono SDK package for macOS. The legacy versions (used for Banshee and older Mono versions) are available here: https://github.com/mono/bockbuild/tree/legacy

Please file issues with the Mono SDK package for macOS on the Mono GitHub issues page.

The Mono macOS SDK

Bockbuild is already provided as a submodule of Mono. To build a functional distribution in Bockbuild's 'stage' directory, begin from a Mono checkout:

$ git clone git@github.com:mono/mono
$ cd mono
$ ./scripts/mac-sdk-package.sh

To get a shell that uses your custom-built distribution (e.g. for testing, to build & run Monodevelop against it):

$ ./external/bockbuild/bb MacSDK --shell

Finally, to create a package of the distribution that installs on the "system Mono" path (/Library/Frameworks/Mono.framework/Versions/...)

$ ./external/bockbuild/bb MacSDK --package

Xamarin Releases

Release packages are built with the following:

$ ./external/bockbuild/bb MacSDKRelease --package