Skip to content

yury-awesome/alfred-ios-ipa

Repository files navigation


✨ The easiest way to install and unstall your iOS apps ✨


alfred-ios-ipa

v1.0 release now Download

Installation

  • First, install Homebrew.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Then run brew update to make sure Homebrew is up to date.
$ brew update
  • Next, add Homebrew's location to your $PATH in your .bash_profile or .zshrc file.
$ export PATH="/usr/local/bin:$PATH"
  • Next, install Node (npm will be installed with Node):
$ brew install node
  • To test out your Node and npm install, try installing Grunt (you might be asked to run with sudo):
$ npm install -g grunt-cli

If that worked then congratulations — you've installed Node.js, npm, and Grunt. 🚀

  • Now, your can install ios-deploy and ipa-deploy like this.

ipa-deploy

$ [sudo] npm install -g ipa-deploy

ios-deploy

$ npm install -g ios-deploy

Configuration

Configuration

To configure this workflow be sure to set PATH envircoment Variables. (Configure workflow and variables)

i.e. /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

Usage

Feature

The following commands are supported. Arguments denoted with [] are mandatory and with () are optional

  • ipai [ipa_file_path] -> Install specific IPA file into your iOS devices.
  • ipau [Bundle_ID] -> Uninstall the app which pass in bundle id.

Previews

Install IPA

Install ipa

Uninstall IPA

Uninstall ipa