Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Use interface in Ruby code #1

Open
moughxyz opened this issue Sep 16, 2013 · 0 comments
Open

Use interface in Ruby code #1

moughxyz opened this issue Sep 16, 2013 · 0 comments

Comments

@moughxyz
Copy link

I have your fork of this gem installed on my local machine. I want to integrate downloading new provisioning profiles in my continuous integration flow. The issue is that I might have multiple developer accounts with different profiles, so I'd like to download profiles through one of my Rails controllers rather than through a command line interface.

How might I do something like this? For example:

require "cupertino"
def update_profiles
   # something like this
   c = Cupertino.new
   c.download_profiles(username, password)
end
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant