Install it $ gem install cocoapods Edit the Podfile to add whatever you want to use $ subl Podfile For first time usage $ pod setup Install it $ pod install open the xcodeworkspace $ open thisisatest.xcworkspace
Install it $ gem install cupertino Login to the Apple dev center $ ios login After that you can do something like $ ios devices:list To get current device list. Or $ ios devices:add "iPad 2"=def456 "iPad 3"=ghi789 ... To add new devices. Or you can do other things.