-
to build "mainapp", place the resources/3rd party files in the following folders
- cocos2d
ROOT/mainapp/cocos2d - common resources (mainapp_resources)
ROOT/mainapp/Resources - language specific resources (pick only one)
- mainapp_en_us (for English)
ROOT/mainapp/Resources/localized/en-us - mainapp_sw_tz (for Swahili)
ROOT/mainapp/Resources/localized/sw-tz
- mainapp_en_us (for English)
- cocos2d
-
to build "seaworld", place the cocos files in the following folder
- cocos2d
ROOT/seaworld/cocos2d
- cocos2d
-
to build "bookviewer", place the cocos files in the following folder
- cocos2d
ROOT/bookviewer/cocos2d
- cocos2d
-
to build "library", pick (only) one of the language specific resource files in the following folder
- library_en_us (for English)
ROOT/library/localized/en-us - library_sw_tz (for Swahili)
ROOT/library/localized/sw-tz
- library_en_us (for English)