Skip to content

Instantly share code, notes, and snippets.

XS Mac:
http://storage.bos.internalx.com/monodevelop-lion-cycle6-c6sr2/8d/8dc6bca63f5cd93719a093973e74de6999864193/XamarinStudio-5.10.3.27.dmg
MD5:8d74e7be359ffb612585e2cf52961fd0
XS Win:
http://storage.bos.internalx.com/monodevelop-windows-cycle6-c6sr2/8d/8dc6bca63f5cd93719a093973e74de6999864193/XamarinStudio-5.10.3.27.msi
MD5:b0976baaa9e0024a1724048810002908
XVS:
http://storage.bos.internalx.com/xvs-win-cycle6-c6sr2/1c/1cc3a999b0fc3067232d6eeddef3513c1c45bd89/Xamarin.VisualStudio_4.0.1.147.msi
{
"xs":{
"version":"",
"mac":{
"file":"",
"md5":""
},
"windows":{
"file":"",
"md5":""
@kdubau
kdubau / macOS-ISO-howto.md
Created September 24, 2018 17:57
How to create a bootable ISO of macOS install application.

Download

First download the install app bundle. Older versions can be hard to find but the current version of the time you read this, can be found in the App Store.

Create and attach a drive wtih hdiutil

To create a drive run this command: hdiutil create -o /tmp/Mojave.cdr -size 6200m -layout SPUD -fs HFS+J.
Next you will need to mount that drive hdiutil attach /tmp/Mojave.cdr.dmg -noverify -mountpoint /Volumes/install_build.

Create installation media in the new drive

Use the downloaded app bundle to create the media: sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build.