OS X 10.9 Mavericks

iOS Development

XCode 5 – found these useful, though much of this applies to XCode 4:

OS Maintenance

OS X in VirtualBox

  • Use myHack to install your retail copy of OS X Mavericks in VirtualBox

    • First use iBoot to install an older version of OS X; I used my retail disc of Snow Leopard

    • Then, download myHack and follow the Guide

      • For the installer, I created a new, 8GB vdi disk and put the installer on that. Once the install was complete, I disconnected the VDI

Hackintosh (Toshiba Sattelite L855-S5372)

org.chamelion.Boot.plist

This file is found in the /Extra folder, when Chimera bootloader (or Chamelion, which Chimera is a derivative of) is installed.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>Boot Banner</key>
        <string>No</string>
        <key>GraphicsEnabler</key>
        <string>No</string>
        <key>Instant Menu</key>
        <string>Yes</string>
        <key>IGPEnabler</key>
        <string>Yes</string>
        <key>Kernel Flags</key>
        <string></string>
        <key>Legacy Logo</key>
        <string>Yes</string>
        <key>UseKernelCache</key>
        <string>No</string>
        <key>IGPlatformID</key>
        <string>01660003</string>
        <key>darkwake</key>
        <string>No</string>
</dict>
</plist>