mirror of https://github.com/axmolengine/axmol.git
[ios] rename template/ios_mac folder to template/xcode3 folder. Get ready for xcode4 templates
This commit is contained in:
parent
19d8dc6978
commit
4b00e7f0f6
|
@ -116,7 +116,7 @@ copy_project_templates(){
|
|||
check_dst_dir
|
||||
|
||||
echo ...copying template files
|
||||
copy_files template/ios_mac/cocos2d-x_app/ "$DST_DIR"
|
||||
copy_files template/xcode3/cocos2d-x_app/ "$DST_DIR"
|
||||
|
||||
copy_base_files
|
||||
|
||||
|
@ -130,7 +130,7 @@ copy_project_templates(){
|
|||
check_dst_dir
|
||||
|
||||
echo ...copying template files
|
||||
copy_files template/ios_mac/cocos2d-x_box2d_app/ "$DST_DIR"
|
||||
copy_files template/xcode3/cocos2d-x_box2d_app/ "$DST_DIR"
|
||||
|
||||
copy_base_files
|
||||
|
||||
|
@ -147,7 +147,7 @@ copy_project_templates(){
|
|||
check_dst_dir
|
||||
|
||||
echo ...copying template files
|
||||
copy_files template/ios_mac/cocos2d-x_chipmunk_app/ "$DST_DIR"
|
||||
copy_files template/xcode3/cocos2d-x_chipmunk_app/ "$DST_DIR"
|
||||
|
||||
copy_base_files
|
||||
|
Loading…
Reference in New Issue