<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pifantastic &#187; build</title>
	<atom:link href="http://pifantastic.com/tags/build/feed/" rel="self" type="application/rss+xml" />
	<link>http://pifantastic.com</link>
	<description>and we'll be dressed in all black</description>
	<lastBuildDate>Mon, 21 Jun 2010 06:18:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Anatomy of an AIR Build Script (Windows)</title>
		<link>http://pifantastic.com/2010/02/01/anatomy-of-an-air-build-script-windows/</link>
		<comments>http://pifantastic.com/2010/02/01/anatomy-of-an-air-build-script-windows/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 23:58:35 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://pifantastic.com/?p=181</guid>
		<description><![CDATA[Building AIR applications isn&#8217;t particularly difficult, but I thought someone may benefit from seeing the super simple python script I use to build the AIR app I am currently working on. It allows you to do three things: run your app in the debugger, create a new self signed certificate, and build the final .air [...]]]></description>
			<content:encoded><![CDATA[<p>Building AIR applications isn&#8217;t particularly difficult, but I thought someone may benefit from seeing the super simple python script I use to build the AIR app I am currently working on.</p>
<p>It allows you to do three things: run your app in the debugger, create a new self signed certificate, and build the final .air application file.  It assumes the following directory structure (but you can easily edit the script to customize this):</p>
<pre>
root/
	index.html
	application-descriptor.xml
	/js
	/css
	/locale
	/icons
</pre>
<p>When finished building it places your .air file into a subdirectory called &#8220;build&#8221;.<script src="http://gist.github.com/292189.js?file=build.py"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://pifantastic.com/2010/02/01/anatomy-of-an-air-build-script-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
