Found 232 repositories(showing 30)
bang590
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 hotfix iOS App.
YPLiang19
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.
bang590
JSPatch Convertor is a tool that converts Objective-C code to JSPatch script automatically.
bang590
A XCode plugin that provides autocompletion for JSPatch
zhiyongzou
深入理解 iOS 热修复原理
Fr0stbyteR
a Visual Programming Language (VPL) in Max/PureData style
Insfgg99x
一种轻量级的可以通过苹果审核的热修复方案,可以替代JSPatch的热修复方案。
whihail
JSPatch 是一个不错的 hotfix 框架,可利用 js 脚本修复线上 bug,但是作者 bang 没写注释,阅读源代码后,我添加了部分注释,想快速理解源码的同学可以参考。
iMeiq
Fix bugs without update versions
vitanie
iOS 开发者的学习文档乐园,第三方优秀库的聚集之地,万条经典例子直逼成神。包含指纹解锁,脸部识别,蓝牙通讯,智能家居,3DTouch, UI 控件,Storyboard & Xib,Core Data & Sqlite(Database), - Core Graphics - Animation - Block & GCD - Test Case 编写 - Framework - Autolayout - 手势识别、重力感应 - 引用计数 - Runtime - Runloop - 对象模型 - Hybrid.... - 沙盒机制 - AVFoundation - Core Text - 逆向与安全 - class dump - IDA Pro - Hopper - iOS Class Guard - MVC(架构模式) - MVVM(架构模式) - notification - delegate - kvo - factory pattern - command pattern - ReactiveCocoa - RxSwift - AFNetworking & Alamofire - Masonry - SDWebImage - SwiftyJson - JSPatch - React Native - CocoaPods - Carthage - Swift Package Manager - Apple Developer 网站 - iTunes Connect 网站 - IAP - 加急审核申请 - 打包脚本 oc综合项目,ios综合项目,iosdemo,ocdemo,demo,iosproject,百思不得姐,新浪微博,sina,QQ音乐,QQMusic,music,视频列表,滚动播放,拖拽播放,离线下载,即时通讯,打印 ios 日志,省市区三级联动,没有导航栏,自定义导航栏,字体适配屏幕,空白页展示,空白页,导航条颜色渐变,导航条高度渐变,YYText 使用,列表的展开和收起,京东首页布局,流水布局,垂直流水布局,水平流水布局,非规则流水布局,键盘处理,文件下载,Masonry 案例,fmdb,数据库,sqlite,百度地图,二维码,照片上传,照片上传有进度,列表倒计时,H5和原生交互,自定义各种弹框,常见表单类型,人脸识别,列表加载图片,列表拖拽,日历操作,导航条渐变,指纹解锁
Awhisper
不需要重新编译重新运行APP,直接在模拟器里就可以随时修改JS代码,随时看效果,实时报错提醒,实时Reload刷新
shjborage
JSPatch调研笔记与使用教程
gopep9
Lua版的JSPatch
salazarm
Jest mocking library inspired by mock from python
zhwchch
JSPatch被苹果爸爸封了以后hotfix怎么办?业务需求需要尽快上线怎么办?可以尝试使用JOBridge。其使用了和JSPatch不一样的实现方案,全部由OC实现,比JSPatch功能更强,性能也更好,语法上也基本保持一致(之后我会给出一些示例),当然最关键的是苹果爸爸还不知道!
简单完成 iOS10 新特性(Widget.Siri.iMessage.Notificaation)的搭建,其中健康图表引用的是大神Wildog 写好的表格。其中 demo 中还含有闪屏、JSPacth 的使用。希望大家一起共同进步。
sunday1990
A Mac application to upload JSPatch-hotfix files manually,Support RSA asymmetric encryption, You should just drag your file into the input box when use
bang590
JSPatch.com SDK Pod
sunday1990
教你如何一步步混淆JSPatch,以绕过苹果的审核。建议使用的时候,对类重新命名,而不要使用demo中的类。
wonderffee
Add new property for Objective-c's Class without changing origin Class's code, support reflection, special for JSPatch
debugcheck
开源自己封装的JSPatch库,实现自动下载自动执行补丁等
huyanshi
iOS开发swift热修复实践
izhexi
一个可以热修复的框架
GeeksChen
JSPatch使用
zhitrend
JSPatch动态修复bug,替换某个界面
bang590
JSPatch 使用的 libffi 版本
suweiz19890921
我会慢慢的通过JSPatch写出一个模仿Bilibili的应用,我觉得应该是一个比较浩大的工程了,努力。
liuyanhongwl
JSPatch
huhk345
Base framework for iOS, inspired by Retrofit、Restless、JSPatch...
CZXBigBrother
JSPatch使用第三方库参考