Skip to content

Commit

Permalink
Templates: subgroups + cocosdenshion in Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Apr 8, 2011
1 parent 0fdc47a commit 4ea306e
Show file tree
Hide file tree
Showing 13 changed files with 1,811 additions and 381 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ version 1.0-rc2 - XX-Apr-2011
. [FIX] Templates: ARMv6 devices uses "none" autorotation to improve speed
. [FIX] Templates: Added Xcode 4 "File" templates both for iOS and Mac OS X
. [FIX] Templates: Uses CFBundleIconFiles in Info.plist instead of "Icon Files" (issue #1151)
. [FIX] Templates: Xcode 4 templates generates "sub groups"
. [FIX] Templates: Xcode 4 Mac templates include CocosDenshion
. [FIX] TextureAtlas: Render "static" VBO batches between 6~10 % faster (issue #1150)
. [FIX-MAC] Templates: Generates by default an RGBA8 color buffer instead of an RGBA16

Expand Down
9 changes: 9 additions & 0 deletions install-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ copy_cocosdenshion_files(){
copy_files LICENSE_CocosDenshion.txt "$LIBS_DIR"
}

copy_cocosdenshionextras_files(){
echo ...copying CocosDenshionExtras files
copy_files CocosDenshion/CocosDenshionExtras "$LIBS_DIR"
}

copy_fontlabel_files(){
echo ...copying FontLabel files
copy_files external/FontLabel "$LIBS_DIR"
Expand Down Expand Up @@ -256,6 +261,10 @@ copy_xcode4_project_templates(){
mkdir -p "$LIBS_DIR"
copy_cocosdenshion_files

LIBS_DIR="$DST_DIR""lib_cocosdenshionextras.xctemplate/libs/"
mkdir -p "$LIBS_DIR"
copy_cocosdenshionextras_files

LIBS_DIR="$DST_DIR""lib_fontlabel.xctemplate/libs/"
mkdir -p "$LIBS_DIR"
copy_fontlabel_files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<string>com.cocos2d.bundlebase</string>
<string>com.cocos2d.macbase</string>
<string>com.cocos2d.cocos2dlib</string>
<string>com.cocos2d.cocosdenshionlib</string>
<string>com.cocos2d.cocosdenshionextraslib</string>
</array>
<key>Concrete</key>
<true/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<string>com.cocos2d.macbase</string>
<string>com.cocos2d.cocos2dlib</string>
<string>com.cocos2d.box2dlib</string>
<string>com.cocos2d.cocosdenshionlib</string>
<string>com.cocos2d.cocosdenshionextraslib</string>
</array>
<key>Concrete</key>
<true/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<string>com.cocos2d.macbase</string>
<string>com.cocos2d.cocos2dlib</string>
<string>com.cocos2d.chipmunklib</string>
<string>com.cocos2d.cocosdenshionlib</string>
<string>com.cocos2d.cocosdenshionextraslib</string>
</array>
<key>Concrete</key>
<true/>
Expand Down
Loading

0 comments on commit 4ea306e

Please sign in to comment.