Giter VIP home page Giter VIP logo

ios-simulator-app-installer's Introduction

Command-line tool to create an OS X app with your iOS Simulator app packaged in. The result looks like this:

When you open it, it launches iOS Simulator and installs the packaged iOS app.

Why use it?

  • Install older builds without having to git checkout and recompile everything

  • Share simulator builds as OS X apps with members of your team

  • Test version migrations faster by installing builds consecutively

Installation

ios-simulator-app-installer is distributed via Homebrew.

brew install stepanhruda/tap/ios-simulator-app-installer

Latest stable version of Xcode and OS X El Capitan are required.

Usage

Example: ios-simulator-app-installer --app "Rocket Science.app" --device "iPhone"

  • --app

An app out of which the installer app is created. The easiest way to get a .app is by compiling your project using xcodebuild and looking in DerivedData/Build/Products/Debug-iphonesimulator:

xcodebuild -workspace RocketScience.xcworkspace -scheme RocketScience -configuration Debug -derivedDataPath build/DerivedData -sdk iphonesimulator

ios-simulator-app-installer --app "build/DerivedData/Build/Products/Debug-iphonesimulator/Rocket Science.app"
  • --device

Restricts installing the app to certain simulators. Keep in mind your selection might not be available on someone else's machine or over time.

If multiple devices match your string, the user will be prompted to select one.

  • --fresh-install

A fresh install of the app on every installer launch. This is helpful if you want to blow away the local storage or e.g. clean NSUserDefaults on every launch.

  • --out

Output path where your installer shall be created. Default is YourApp Installer.app.

  • --list-devices

Lists out simulator identifiers available on your current machine.

  • --help

In case you get lost.

Legal

MIT license in LICENSE. Icon from designcontest.com under CC.

ios-simulator-app-installer's People

Contributors

stepanhruda avatar siong1987 avatar dpogue avatar

Watchers

Ian Suda avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.