Skip to content

Instantly share code, notes, and snippets.

@cbiggins
Created March 8, 2011 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbiggins/861361 to your computer and use it in GitHub Desktop.
Save cbiggins/861361 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/1.5">
<id>com.adobe.example.TeaTimer</id>
<version>0.3</version>
<filename>TeaTimer</filename>
<description>A simple timer for making tea</description>
<initialWindow>
<content>TeaTimer.html</content>
<visible>true</visible>
<width>400</width>
<height>250</height>
</initialWindow>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment