Steroids-Simulators
===================

This repository is a dependency for [Steroids npm](//github.com/AppGyver/steroids) of [AppGyver Steroids](http://www.appgyver.com/steroids).

## Updating the iOS Simulator version

- Build a stable Simulator version from Build Service with the Scanner Simulator build type
- Put the extracted .app in the `simulators/` folder and rename it to Simulator-x.x.x.app, where x.x.x is the version number
- Delete the previous Simulator .app
- Update `lib/steroids-simulators.js` to match the latest version.


## Publishing

- `npm version patch && git push origin master --tags`
  - if you can't use `npm version`, edit package.json manually
- Run `bin/publish.sh` to upload the Simulator package to S3
- Apply the update in Steroids CLI:
  - update steroids-ios-packages version number in package.json
  - publish the new Steroids CLI to NPM
