# == Synopsis # Ruby command-line app that interacts with the Apple Developer Portal, Xcode, and the AppSendr webservice # # == Examples # Calling this in a Xcode project directory will build the project with an active configuration of AdHoc # appsendr # # Other examples: # appsendr -q # appsendr –verbose # # == Usage # appsendr [options] # # For help use: appsendr -h # # == Options # -c, –active_config Sets the active configuration for the XCode project # -u, –username Apple Developer portal username # -p, –password Apple Developer portal password # -d, –devices Path to profiles if different then devices.ad # -h, –help Displays help message # -v, –version Display the version, then exit # -q, –quiet Output as little as possible, overrides verbose # -V, –verbose Verbose output # # # == 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

build <active configuration> # build and deploy app build:clean # clean project

testers # list testers for app testers:add <email> <name> # testers:remove <email> testers:clear

deploy <active configuration> #deploy the current build deploy:notify #notify testers about the latest build