Skip to content

Instantly share code, notes, and snippets.

View beautifycode's full-sized avatar

Marvin Blase beautifycode

View GitHub Profile
@beautifycode
beautifycode / AIR 2.6 iOS Build File
Created April 8, 2011 08:51
Light-weight and clean iOS AIR 2.6 ANT build file. Works, yes.
<?xml version="1.0" encoding="UTF-8"?>
<project default="1. Create directories" name="Deploy AIR 2.6 on iOS">
<tstamp>
<format property="timestamp" pattern="yyyy-MM-dd_HH-mm-ss" />
</tstamp>
<property environment="env." />
<property name="flex_home" location="${env.FLEX_HOME}_AIR26" />