Skip to content

Commit

Permalink
moved all air related files to the air subfolder, added batch files f…
Browse files Browse the repository at this point in the history
…or window users to run/build the air application
  • Loading branch information
erikzaadi committed Mar 20, 2010
1 parent ae0978f commit 46a5298
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 10 deletions.
5 changes: 0 additions & 5 deletions README

This file was deleted.

9 changes: 9 additions & 0 deletions air/README
@@ -0,0 +1,9 @@
If you need the cert password, drop me a tweet @erikzaadi

Install the Adobe Air SDK (http://www.adobe.com/products/air/tools/sdk/)

Alter the run/build batch files, adding the Adobe SDK's bin folder before the command

OR

Check out the download section for a compiled air application
10 changes: 5 additions & 5 deletions application.xml → air/application.xml
Expand Up @@ -10,7 +10,7 @@
</description>
<copyright/>
<initialWindow>
<content>loader.html</content>
<content>air/loader.html</content>
<title/>
<systemChrome>standard</systemChrome>
<transparent>false</transparent>
Expand All @@ -22,10 +22,10 @@
<height>768</height>
</initialWindow>
<icon>
<image16x16>images/favicon16.png</image16x16>
<image32x32>images/favicon32.png</image32x32>
<image48x48>images/favicon48.png</image48x48>
<image128x128>images/favicon128.png</image128x128>
<image16x16>air/images/favicon16.png</image16x16>
<image32x32>air/images/favicon32.png</image32x32>
<image48x48>air/images/favicon48.png</image48x48>
<image128x128>air/images/favicon128.png</image128x128>
</icon>
<allowBrowserInvocation>true</allowBrowserInvocation>
</application>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
7 changes: 7 additions & 0 deletions air/build.bat
@@ -0,0 +1,7 @@
@echo off
REM Prepend the "adt" part with path to your installed air sdk bin folder (http://www.adobe.com/products/air/tools/sdk/)
echo jQAPI Air Offline application
echo ****************************
echo building...

adt -package -storetype pkcs12 -keystore jQAPI.p12 jQAPI-1.4.2.air ./application.xml -C ./../ css docs images js lib blank.html favicon.ico index.html navigation.html air/loader.html air/images
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions air/run.bat
@@ -0,0 +1,6 @@
@echo off
REM Prepend the "adl" part with path to your installed air sdk bin folder (http://www.adobe.com/products/air/tools/sdk/)
echo jQAPI Air Offline application
echo running application...

adl -pubid 3E5C46042CDA5A1F9AA301B445CE43A5D5223395 ./application.xml ./../

0 comments on commit 46a5298

Please sign in to comment.