# == Synopsis # Ruby command-line app that interacts with Xcode and the AppSendr webservice # # == Examples # Calling this in a Xcode project directory will build the project with an active configuration of AdHoc # appsendr build AdHoc # # Other examples: # appsendr deploy AdHoc # # == Usage # appsendr [options] # # # == Author # Nolan Brown # # == Copyright # Copyright © 2010 Nolan Brown. Licensed under the MIT License: # www.opensource.org/licenses/mit-license.php

General Commands

help # show this usage version # show the gem version

list # list your apps link # link your app with an exsiting one in appsendr create <name> # create a new app

url # get the latest version install url. pass –copy to copy to the clipboard

build <active configuration> # build your xcode project and deploy build:clean # clean your xcode project

deploy <active configuration> # deploy the current build. pass –notify to send notification to all testers

testers # list testers testers:add <email> <name> # add a tester testers:remove <email> # remove a tester testers:clear # remove all testers testers:notify <group> # notify testers about the latest build. group is optional.

groups # list groups

collaborators # list collaborators collaborators:add <email> # add collaborators collaborators:remove <email> # add collaborators