# cocosbuilder3.0 **Repository Path**: linzw3348/cocosbuilder3.0 ## Basic Information - **Project Name**: cocosbuilder3.0 - **Description**: No description available - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-07-28 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CocosBuilder CocosBuilder is a free tool (released under MIT-licence) for rapidly developing games and apps. CocosBuilder is built for Cocos2d's Javascript bindings, which means that your code, animations, and interfaces will run unmodified on iPhone, Android and HTML 5. If you prefer to go native all the way, there are readers available for cocos2d-iphone and cocos2d-x. For more info and binary downloads, please visit [cocosbuilder.com](http://cocosbuilder.com). 这个是CocosBuilder3.0 代码已经下好,直接可以xcode编译使用,不需要自己单独找资源库。 scripts 文件夹下2个shell CopyBuiltProduct.sh BuildDistribution.sh 可能没有执行权限,请执行命令添加权限 chmod 777 CopyBuiltProduct.sh chmod 777 BuildDistribution.sh