XFlexWrapper : Flex Compiler Shell with XCode
XFlexWrapper is a basic wrapper of the Flex Compiler Shell Tool in order to use it with XCode. It is currently a pre-alpha, was coded with no planned design but currently works. The wrapper is a XCode Template containing three scripts and three (internal) applications.
Why FSCH (Flex Compiler Shell Tool) and not MXMLC ?
Did you ever try to compile your project with MXML… It is painfully slow. If you ever use the haXe programming language, you will also notice how fast is the compilation for creating Flash9 App. For me it was really boring to wait soo much time and FCSH just fix that. First conpilation takes a time, the others are fast, really faster than MXMLC (even with an incremetal compilation option)…