npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ios-simulator-app-exporter

v1.0.1

Published

List your iOS simulator devices and their applications, and help you to quickly export them.

Downloads

6

Readme

📲 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 simulator, even on other mac.
  • No need to build the Xcode project and deal with dependencies.
  • Ideal to share an internal build with your teammates without them having to deal with build tools.

Example

Motivation

My principal motivation behind this was to allow my teammates without the project installed and configured to quickly test multiple iOS devices through simulators without TestFlight and physical devices. I used this to share proofs of concept, design iterations, etc. to teammates from other departments who don't want to deal with build tools to give feedback.

To share an iOS application to physical devices, you will 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.