JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally used to hotf...
翻译 - JSPatch使用Objective-C运行时桥接了Objective-C和Javascript。您可以通过包含一个小型引擎来调用JavaScript中的任何Objective-C类和方法。 JSPatch通常用于修补iOS App。
JSPatch Convertor is a tool that converts Objective-C code to JSPatch script automatically.
A XCode plugin that provides autocompletion for JSPatch
MangoFix is a DSL which syntax is very similar to Objective-C,MangoFix is also an iOS App hotfix SDK. You can use MangoFix method replace any Objective-C or Swift method.
Fix bugs without update versions
JSPatch 是一个不错的 hotfix 框架,可利用 js 脚本修复线上 bug,但是作者 bang 没写注释,阅读源代码后,我添加了部分注释,想快速理解源码的同学可以参考。
a Visual Programming Language (VPL) in Max/PureData style
不需要重新编译重新运行APP,直接在模拟器里就可以随时修改JS代码,随时看效果,实时报错提醒,实时Reload刷新
JSPatch调研笔记与使用教程