axmol/cocos/scripting/js-bindings/proj.ios_mac/cocos2d_js_bindings.xcodeproj
pandamicro a170b1caf1 Made SocketIO events correctly fired when compile in release mode
Fixed https://github.com/cocos2d/cocos2d-x/issues/13248

Reason: `ScriptingCore::executeJSFunctionWithThisObj` is somehow broken in release mode.

Solution: Use `JSFunctionWrapper` to manage callbacks instead of managing JS values manually.

I also did the following in this commit:

- Correct the coding style in jsb_socketio.cpp
- Remove android.mk in the Xcode project
2015-08-06 17:20:04 +08:00
..
xcshareddata/xcschemes compiles and runs on Xcode 7 2015-07-23 14:28:23 -07:00
project.pbxproj Made SocketIO events correctly fired when compile in release mode 2015-08-06 17:20:04 +08:00