Skip to content

Instantly share code, notes, and snippets.

View cseeger's full-sized avatar

Chad Seeger cseeger

  • San Francisco, CA
View GitHub Profile
@cseeger
cseeger / build.sh
Created October 24, 2012 17:55
build script for jenkins
#!/bin/bash
# http://www.neat.io/posts/2010/10/27/automated-ota-ios-app-distribution.html
PROJECT_NAME=""
TARGET_SDK="iphoneos"
APPLICATION_NAME=""
DEVELOPER_NAME="iPhone Distribution: blahblah."
PROVISIONING_PROFILE="ProductionPush_10_10.mobileprovision"
TIME_STAMP="$(date +%m/%d/%y) $(date +%r)"