Skip to content

Instantly share code, notes, and snippets.

View filharvey's full-sized avatar

Phil Harvey filharvey

View GitHub Profile
@charleehu
charleehu / build.properties
Created July 3, 2012 06:08
ant script for ios air app package
#Native iOS Extension app
app.rootdir=.
app.sourcedir=${app.rootdir}/src
app.builddir=${app.rootdir}/build
app.releasedir=${app.rootdir}/release
app.extensions_dir=${app.rootdir}/extensions
build.storetype=pkcs12
build.keystore=${app.rootdir}/app_signing/iOS/dev.p12
build.storepass=123456