Skip to content

Instantly share code, notes, and snippets.

@schumyxp
schumyxp / mailapp.py
Created July 5, 2012 09:02
Mail.app commond line tool
#!/usr/bin/python
#
# by Nathan Grigg http://nb.nathanamy.org
#
import sys
import argparse
import os.path
from subprocess import Popen,PIPE
@schumyxp
schumyxp / build.sh
Created June 26, 2012 04:22 — forked from jonah-williams/build.sh
Command line iOS project builds and over-the-air distribution
#!/bin/bash
# https://gist.github.com/949831
# http://blog.carbonfive.com/2011/05/04/automated-ad-hoc-builds-using-xcode-4/
# command line OTA distribution references and examples
# http://nachbaur.com/blog/how-to-automate-your-iphone-app-builds-with-hudson
# http://nachbaur.com/blog/building-ios-apps-for-over-the-air-adhoc-distribution
# http://blog.octo.com/en/automating-over-the-air-deployment-for-iphone/
# http://www.neat.io/posts/2010/10/27/automated-ota-ios-app-distribution.html