Skip to content

Instantly share code, notes, and snippets.

@zackbraksa
Last active March 25, 2016 01:25
Show Gist options
  • Save zackbraksa/b43d8a5dcab2ec9f9865 to your computer and use it in GitHub Desktop.
Save zackbraksa/b43d8a5dcab2ec9f9865 to your computer and use it in GitHub Desktop.
require 'spaceship'
Spaceship.login
Spaceship.select_team
# Fetch all provisioning profiles
certs = Spaceship.provisioning_profile.app_store.all
certs.each do |cert|
puts cert
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment