0.0
No commit activity in last 3 years
No release in over 3 years
Command line tools for accessing iOS Provisioning Portal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

= 2.5.3
= 2.5.1
= 3.1.0
 Project Readme

iosdeveloper

iosdeveloper is a ruby gem that provides a set of commands for accessing Apple Provisionin Portal.
It lets you manage devices and provisioning profiles directly from the command line.
It's perfectly suited for continuous integration servers.

Getting started

Install the gem

gem install iosdeveloper will install iosdeveloper command. You'll be using that command for accessing Provisioning Portal.

Create a config file

iosdeveloper [-c CONFIG_FILE] init -u APPLE_ID -p PASSWORD

If you belong to multiple developer teams you should also provide -t TEAM_NAME flag.

Examples

List registered devices

iodeveloper [-c CONFIG_FILE] list-devices

Add a new device

iosdeveloper [-c CONFIG_FILE] add-device DEVICE_NAME DEVICE_ID

List provisioning profiles

iosdeveloper [-c CONFIG_FILE] list-profiles

Install a provisioning profile

iosdeveloper [-c CONFIG_FILE] install-profile PROFILE_NAME