GitXplorerGitXplorer
r

download-profiles

public
3 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
bb6e1cb5a966f2f83310e4a0ce6da651ccde34f6

Cut a new release (1.0.1)

rradex committed 9 years ago
Unverified
e00f924c9eba5658e3c8042cf7c298bdbf0d8e97

Fix the script

rradex committed 9 years ago
Unverified
94f6fbc857b87db0de33846f06a2839171e46108

Update README.md

rradex committed 10 years ago
Unverified
d5c63ee14943dcfd528546d8a8d1bcfbee65cd30

Update README.md

rradex committed 10 years ago
Unverified
1ed9ece48098b27a8ace57d56c503ceb62c307dd

Update README.md

rradex committed 10 years ago
Unverified
bcc67bee9840658814e8751989fc2147b3a9e2fd

Tiny update

rradex committed 10 years ago

README

The README file for this repository.

download-profiles Gem Version

A simple CLI tool for downloading iOS and Mac provisioning profiles and installing them in the system.

(Based on Cupertino)

Requirements

download-profiles requires the Xcode Command Line Tools, which can be installed with the following command:

xcode-select --install

Setup

To install:

gem install download-profiles

Before downloading profiles, you need to authenticate to Apple Developer Portal (you can also pass your login and password as parameters, but that's less convenient):

download-profiles login

Credentials are saved in the Keychain. You will not be prompted for your username or password by commands while you are logged in. (Mac only)

Usage

download-profiles

Downloads and installs all valid provisioning profiles.

download-profiles --platform mac

Installs all Mac profiles

download-profiles --platform ios --type distribution

Installs all iOS distribution (AdHoc) profiles.

For more info, check out download-profiles --help

Contact

Radek Pietruszewski

License and credits

download-profiles is based on Cupertino by Mattt Thompson. I merely removed everything from the code that wasn't related to provisioning profiles, added support for Mac profiles and changed the behavior so that profiles are installed (copied into user's ~/Library) instead of downloaded into the working directory.

download-profiles is available under the MIT license. See the LICENSE file for more info.