Skip to content

Instantly share code, notes, and snippets.

View lynchjames's full-sized avatar

James Lynch lynchjames

  • Storm ID
  • Edinburgh
View GitHub Profile
@lynchjames
lynchjames / TestflihtappDeployTeamcity.sh
Created April 27, 2012 08:31 — forked from JohannesRudolph/TestflihtappDeployTeamcity.sh
Builds and deploys an App to testflightapp.com. Integrates with Teamcity.
#!/bin/bash
#
# testflightapp.com tokens
API_TOKEN="YOUR_API_TOKEN"
TEAM_TOKEN="YOUR_TEAM_TOKEN"
PRODUCT_NAME="RowMotion"
ARTEFACTS="$PWD/Artefacts"
@lynchjames
lynchjames / ios-release-hockey-app.rake
Created May 18, 2012 11:32 — forked from alloy/ios-release-hockey-app.rake
Rake tasks to create an iOS app archive and push dSYM to HockeyApp.
module Gem; end
require 'rubygems/version'
namespace :version do
module InfoPlist
extend self
def [](key)
output = `/usr/libexec/PlistBuddy -c 'Print #{key}' Bananas-Info.plist`.strip