flash compiler
1.0.0
另一个Flash编译器
| Apache Flex SDK和Adobe Air SDK用于构建,预览和测试您的二进制文件。 |
| Android SDK和iOS SDK用于模拟,预览和测试您的移动二进制文件。 |
| Grunt或Gulp用于构建,预览和测试您的项目。 |
| Bower或JAM用于依赖性管理。 |
sh build [package] [mode] [options]
或者
chmod +x build && ./build -help
或者
double-click on it
-swf ( Default: ShockWave Flash)
-dmg ( Apple disk images)
-app ( Application bundle)
-apk ( Android application package file)
-ipa (? iOS application)
-air ( Adobe Integrated Runtime)
-exe (? Windows Executable file)
-rem ( Blackberry Desktop Manager / Blackberry devices)
-debug ( Default: Methodical process of finding and reducing the number of bugs, or defects)
-release ( The public distribution of software code and support materials)
-preview ( Opens compiled project)
-server ( Compiles and opens localhost environment)
-launch ( Opens localhost environment)
-hml ( Opens homologation environment)
-dev ( Opens staging environment)
Flash Compiler当前仅与Mac OS X兼容。不保证,但是我认为您可以在Microsoft Windows或Git-For-Windows上使用Cygwin执行。
错误和问题应通过问题跟踪器报告。
git checkout -b my-new-feature以创建您的功能分支。git commit -am 'Add some feature'以提交您的更改。git push origin my-new-feature以推到分支。▴回到顶部