https://github.com/caged/cocos2d-game
Xcode Template for cocos2d-based iPhone games. Includes cocos2d 0.6.3 & the Chipmunk physics engine.
https://github.com/caged/cocos2d-game
Last synced: 4 months ago
JSON representation
Xcode Template for cocos2d-based iPhone games. Includes cocos2d 0.6.3 & the Chipmunk physics engine.
- Host: GitHub
- URL: https://github.com/caged/cocos2d-game
- Owner: caged
- Created: 2009-02-03T18:50:59.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-02-03T19:09:03.000Z (over 17 years ago)
- Last Synced: 2025-06-03T17:49:23.423Z (about 1 year ago)
- Language: Objective-C
- Homepage: http://code.google.com/p/cocos2d-iphone/
- Size: 430 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
### Installation
# Place files here. Create the directory if it doesn't exist.
~/Library/Application Support/Developer/Shared/Xcode/Project Templates/
# The second to last path component is the name of a group that shows up in the XCode new project
# sidebar. The last path component is the name of the project.
~/Library/Application Support/Developer/Shared/Xcode/Project Templates/Justins Templates/Cocos2d Game
### Usage
After you've installed it create a new project using your project template in Xcode's new project
chooser. All frameworks have been included that are needed.
### Note
This project template contains a distribution build target, but it's just for convenience. You'll need
to change these settings and select your own provisioning profile if you plan on distributing your app.