/Sivire

Record videos of your simulators from the mac menu bar

Primary LanguageJavaScript

Sivire

Sivire (Simulator Video Recorder) is a simple app that lets you record video of your simulators right from the mac menu bar.

Demo

Sivire Demo

Disclaimer

Sivire leverages on Xcode command line tools to record simulators, please make sure you have everything installed before running the application.

Run xcode-select --install in your terminal to install Xcode command line tools.

Latest release

Sivire 1.0.0

Compile from source

  1. $ git clone https://github.com/marioiannotta/sivire
  2. $ cd Sivire
  3. $ npm install
  4. $ npm run build