A notifier for Sismo.
Create a composer.json and install
{
"require": {
"meandmymonkey/sismotify": "*"
}
}
$ php composer.phar install
Calls mission control if there is a problem. This Notifier is Mac only for now, sorry.
$notfier = new Duochrome\Sismo\HoustonNotifier();
After the first couple of hundred failed builds, the audio message might start getting on your nerves a bit. For these cases, you can of course customize the failure sound, add a sound for successful builds, and adjust the volume:
$notfier = new Duochrome\Sismo\HoustonNotifier(
'/path/to/failsound',
'/path/to/successsound',
50
);
All audio formats that can be played by quicktime should work fine.