This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# USAGE | |
# 1. name this file something like `distbuild`, make it executable (chmod +x), and put it in your PATH | |
# 2. run it and pass it the name of your project, eg `distbuild MySweetGame` | |
TIMESTAMP=$(date +"%m%d%y") # eg, 070214 | |
CERT_NAME="iPhone Distribution: Your Certificate's Name (And Identifier)" | |
# where you want your builds to go |