cocos2d-objc icon indicating copy to clipboard operation
cocos2d-objc copied to clipboard

Rename CCB classes and file extensions to CCSB / .sb

Open andykorth opened this issue 10 years ago • 2 comments

The .ccb and .ccbi file extensions have changed to .sb and .sbi respectively. This clarifies that SpriteBuilder is the source of these files.

In addition, a few CCB* classes have been renamed to CCSB*, which keeps the CC prefix uniform throughout the project and includes SB to note that it deals with SpriteBuilder files.

Compatibility aliases are provided in the deprecated header to ease the transition.

This pull request will have accompanying SpriteBuilder changes, so the two pull requests should be merged at the same time.

andykorth avatar Feb 19 '15 20:02 andykorth

The corresponding SpriteBuilder changes can be found at: https://github.com/spritebuilder/SpriteBuilder/pull/1368

andykorth avatar Feb 19 '15 23:02 andykorth

After this gets merged, I will bump the pull request for SB here: https://github.com/spritebuilder/SpriteBuilder/pull/1368 Then after those tests pass, that pull request can be merged.

andykorth avatar Feb 20 '15 17:02 andykorth