Clicky

iOS Dev Nugget 106 Command Line Access to Developer Portal

.

Need to run a code review on your codebase? Hire me

In #96: Jack, A Native App For iTunes Connect, I mentioned Apple's Transporter command line tool which lets you upload content to iTunes Connect for app submission. If you need command line access to the iOS developer portal for managing certificates, app identifiers, devices and provisioning profiles, check out Cupertino from @mattt. It's available for install as a Ruby gem:

gem install cupertino

Optional login with:

ios login

List your app identifiers:

ios app_ids:list

It's really handy for example when you want to add a couple of new device identifiers to several provisioning profiles.

Check out the README for more details.


Your feedback is valuable: Do you want more nuggets like this?   Yes   or   No

.

.

Like this and want such iOS dev nuggets to be emailed to you, weekly?

Sign Me Up! or follow @iosdevnuggets on Twitter

.

View archives of past issues