Skip to content

Commit

Permalink
tempalte name improved. README.mkdown instructions improved
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Apr 1, 2010
1 parent c6a9d61 commit dfc20bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,13 @@ Select the test you want to view in both drop downs and hit Build and Go.
How to start a new game
-----------------------

Run the 'install_template.sh' script:
`$ ./install_template.sh`
And then open XCode -> New Project -> cocos2d iphone Application
Run the 'install-templates.sh' script as root:
`
$ cd cocos2d-iphone
$ sudo ./install-templates.sh
`

And then open XCode -> New Project -> User Templates -> cocos2d


[1]: http://www.cocos2d-iphone.org "cocos2d iPhone"
Expand Down
2 changes: 1 addition & 1 deletion install-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo 'cocos2d-iphone template installer'

COCOS2D_VER='Cocos2d 0.99.2'
COCOS2D_VER='cocos2d 0.99.2'
BASE_TEMPLATE_DIR="/Library/Application Support/Developer/Shared/Xcode"

# Make sure only root can run our script
Expand Down

0 comments on commit dfc20bc

Please sign in to comment.