JSPatch is an Objective-C runtime bridge that enables calling Objective-C classes and methods from JavaScript code within iOS apps—commonly used for hotfixes by injecting scripts to patch app behavior at runtime. JSPatch bridges 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. Easy script loading via JavaScriptCore framework integration. That makes the APP obtaining the power of script language: add modules or replacing Objective-C code to fix bugs dynamically. There are some extensions provide support for custom struct type, C methods and other functional, call +addExtensions.
Features
- Enables JavaScript to invoke Objective-C classes and methods dynamically
- Facilitates hotfixing iOS apps without App Store re-submission
- Easy script loading via JavaScriptCore framework integration
- Supports iOS 6 and above, with forward compatibility (iOS 7+)
- Minimal footprint: includes a small engine and script interpreter
- MIT-licensed with platform performance in production use
Categories
FrameworksLicense
MIT LicenseFollow JSPatch
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JSPatch!