Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
/ airc2 Public archive

command to simplify the development of adobe air application

License

Notifications You must be signed in to change notification settings

alvinlaw/airc2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

airc2

Installation

npm install -g airc2

Usage

Init a project

Go to your project folder with terminal and type :

airc2 init

This will create a config.json file in your project root. Edit and change the settings for your project.

Compile actionscript to swf

airc2 build

Launch SDK simulator

Just pass the simulator profile name as first argument.

Ex : launch the Air simulator with the default iphone screen size

airc2 test [iPhone5Retina|iPhone|iPhone6|iPhone6plus]

Package swf into ipa or apk

airc2 package --build [debug|release] [ios|andoird]

About

command to simplify the development of adobe air application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published