Build is powered by Ant.
1. Make your own build.properties out of build.template.properties by copying and renaming. Fix several path properties (like path to your Flex SDK, Android SDK, etc..).
2. If you’re using IDE such as FDT or FB point to Gestouch project (framework source project) as a reference project (“Project dependencies” for FDT, Library project for FB, etc..). Don’t forget to fix src_framework.lib property also.
3. If you are FDT4 user: set property user.ide to FDT4 to have faster compilation time and extra tasks like debugger and profiler. If you use other IDE — skip it, there’s a fallback to mxmlc.jar in Ant tasks. If someone knows tasks for FB, IDEA, FD — feel free to add them.
4. Check available Ant tasks and run them.
Hint for compiling for iOS: do it through console interface (Terminal on MacOS) so that IDE would be free and usable. For example:
ant package.ipa -Duser.ide=none
These examples work with Gestouch library of version > 0.2 (where the new architecture was introduced).
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THESOFTWARE IS PROVIDED “AS IS”, WITHOUTWARRANTY OF ANYKIND, EXPRESS OR IMPLIED, INCLUDINGBUTNOTLIMITED TO THEWARRANTIES OF MERCHANTABILITY, FITNESSFOR A PARTICULARPURPOSEANDNONINFRINGEMENT. IN NO EVENTSHALLTHEAUTHORS OR COPYRIGHTHOLDERS BE LIABLEFORANYCLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISINGFROM, OUT OF OR IN CONNECTIONWITHTHESOFTWARE OR THEUSE OR OTHERDEALINGS IN THESOFTWARE.