Skip to content

Instantly share code, notes, and snippets.

View benrudhart's full-sized avatar

Ben Rudhart benrudhart

View GitHub Profile
@benrudhart
benrudhart / gist:1525c82fea925c985b90
Last active August 29, 2015 14:09 — forked from shiningabdul/gist:8634264
Script for Uploading an xcode archive to HockeyApp with Xcode Server 4.0 using Xcode 6.1. Automatically creates a markdown change log based on the commit bodies from accepted pull requests.
# Valid and working as of 11/10/2014
# Xcode 6.1, XCode Server 4.0
#Upload Archive to HockeyApp
#Settings
PRODUCT_NAME="<Product name>"
PRODUCT_FOLDER="<Product Folder>"
SIGNING_IDENTITY="<identity>"
#"This has to be exactly what you see in Keychain -> My Certificates"