Git Product home page Git Product logo

ios-simulator-app-exporter's Introduction

๐Ÿ“ฒ iOS Simulator App Exporter

CircleCI Build Status npm version

iOS Simulator App Exporter is a script that will help you to list all your simulator devices and their applications, so you can quickly locate and export applications.

  • Easily share an iOS simulator app to other simulators, even on another mac.
  • No need to build the Xcode project and deal with dependencies.
  • Ideal for sharing an internal build with your teammates without them having to deal with build tools.

Example

Motivation

The principal motivation behind this was to allow teammates to test quickly multiple iOS devices through simulators without TestFlight and physical devices, and without the hassle of configuring the project and building it with Xcode. It was used to share proofs of concept, design iterations, etc. to teammates from other departments who didn't want to deal with build tools to give feedback.

To share an iOS application to physical devices, you have to generate a .ipa file, then distribute it with TestFlight or other alternative tools. But, to share an iOS application to simulators, you just have to find the generated .app on the selected simulator and export it.

Searching for that on Google lead to answers like this:

I am trying to export it and install it to another simulator in other mac?

You can't. That's not how the simulator works. To run the app on another Mac, you need to copy the Xcode project to the other Mac and run that project in Xcode on that other Mac.

https://stackoverflow.com/a/34170855

But, actually, it works with the simulator too!

Installation

ios-simulator-app-exporter is written in JavaScript and is available with the JS package manager of your choice (Yarn, npm, and probably others).

Pick the one you are more comfortable with.

Using npx (recommended)

This method is preferred if you don't want to install global packages.

Nothing to do here, skip directly to the usage section with npx.

Using global CLI

Yarn

yarn global add ios-simulator-app-exporter

npm

npm install -g ios-simulator-app-exporter

Usage

Run the following command:

Using npx (recommended)

npx ios-simulator-app-exporter

Using global CLI

ios-simulator-app-exporter

In case you have active simulators, you will be prompt if you want to filter on active devices.

Select the application you would like to export, they are grouped by device.

Once selected, you will have the Full path of the .app you are looking for and his Directory.

(With OS X ๏ฃฟ, press โŒ˜ and click on the path to open it).

Then, you can share it, and finally, install it to another iOS simulator by dragging it onto it.

License

iOS Simulator App Exporter is MIT Licensed.

ios-simulator-app-exporter's People

Contributors

dependabot-preview[bot] avatar charpeni avatar dependabot[bot] 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.