I am using the cocos2d template in Xcode.
I initially made some changes to some of the cocos2d files, to comment out class I don't use that are deprecated, and which produce warnings.
It is unlikely I am going to make any more changes to any of the cocos2d files again.
Is there a way to set my Xcode project settings to only recompile "my files", and not just the cocos2d files each time (since there won't be any changes in the cocos2d files)? Ideally, the cocos2d files should be recompiled only if there is a change.
I am using cocos2d 2.1, and Xcode 5.0.2