JSPatch
热补丁:
平台网址:http://jspatch.com/ 建立帐号,注册apply。
- JSPatch实现原理详解 http://blog.cnbang.net/tech/2808/
- JSPatch Git源码和使用说明 https://github.com/bang590/JSPatch
- 增加现场恢复的JSPatchDemo:
https://github.com/philonpang/JSPatch.git
热补丁:
[JSPatch startWithAppKey:JSPatchAPPkey];
#ifdef DEBUG
[JSPatch setupDevelopment];
#endif
// [JSPatch testScriptInBundle]; // 不能和startWithAppKey混用
[JSPatch sync];