5.0.1 • Published 8 years ago

steroids-ios-packages v5.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Steroids-Simulators

This repository is a dependency for Steroids npm of AppGyver 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