Skip to content
View whihail's full-sized avatar
  • ByteDance
  • 广州

Block or report whihail

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AutoArchive AutoArchive Public

    一个基于Jenkins的iOS/Android自动构建系统,它实现了最大程度的自动化,让你的iOS自动打包,Android自动打包流程变得更加高效。此项目包含了各种实现细节的讲解说明,你能够使用它解决大多数跟客户端构建/分发相关的问题,并将这种能力进行开放,提高研发效率。

    Shell 301 68

  2. JSPatch---comment JSPatch---comment Public

    JSPatch 是一个不错的 hotfix 框架,可利用 js 脚本修复线上 bug,但是作者 bang 没写注释,阅读源代码后,我添加了部分注释,想快速理解源码的同学可以参考。

    C 85 24

  3. IOSCodeChecker IOSCodeChecker Public

    一行代码解决iOS代码规范问题,只需要执行一次命令文件就可以给iOS项目,就可以给iOS工程增加代码风格规范检查功能,此项目依赖于 git hooks 每次代码 commit 的时候进行代码风格规范检查。

    Shell 3

  4. JSPatch JSPatch Public

    Forked from bang590/JSPatch

    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 use for h…

    C