Skip to content

Instantly share code, notes, and snippets.

View twolights's full-sized avatar

Evan Chen twolights

View GitHub Profile
@twolights
twolights / auto_testflight.sh
Created August 1, 2012 16:56
TestFlight upload automation script
#!/bin/bash
# Modified from the script by Justin Miller
# Source: http://developmentseed.org/blog/2011/sep/02/automating-development-uploads-testflight-xcode/
API_TOKEN='<YOUR TESTFLIGHT API TOKEN>'
TEAM_TOKEN='<YOUR TESTFLIGHT TEAM TOKEN>'
SIGNING_IDENTITY='<YOUR SIGNING IDENTITY>'
PROVISIONING_PROFILE="$HOME/Library/MobileDevice/Provisioning Profiles/<NAME-OF-YOUR-PROVISIONING-PROFILE>"
@twolights
twolights / google-qrcode.html
Created February 8, 2012 09:02
Google Chart API: QRCode generator
<form method="GET" action="https://chart.googleapis.com/chart">
<div>
</div>
<div>
Size: <input type="text" name="chs" /> (nxn)
<input type="hidden" value="qr" name="cht" />
</div>
<div>
Content:<br />
<textarea name="chl"></textarea>