Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SilverFruity/OCRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFruity committed Feb 1, 2021
2 parents 2a94e73 + d7ecf95 commit 820fefb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@ CGRect CGRectMake(CGFloat x, CGFloat y, CGFloat width, CGFloat height)
4. 不支持 ‘->’ 操作符号
5. 不支持C函数替换

## 感谢
* 贡献者:[@jokerwking](https://github.com/jokerwking)
* [Mango](https://github.com/YPLiang19/Mango)
* [libffi](https://github.com/libffi/libffi)
* Procedure Call Standard for the ARM 64-bit Architecture.


## 支持语法
Expand All @@ -321,4 +326,4 @@ CGRect CGRectMake(CGFloat x, CGFloat y, CGFloat width, CGFloat height)
* 完善当前的语法支持
* 更多的单元测试覆盖(尽管目前显示是84%)
* PatchGenerator阶段进行优化:未被调用的函数声明、结构体、枚举等,不会在补丁中,减少包大小以及加载时间等
* 尝试Swift热更新(新建库吧,哈哈)
* 尝试Swift热更新(新建库吧,哈哈)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ etc.


### Thanks for

* [Mango](https://github.com/YPLiang19/Mango)
* [libffi](https://github.com/libffi/libffi)
* Procedure Call Standard for the ARM 64-bit Architecture.
* Procedure Call Standard for the ARM 64-bit Architecture.
* [@jokerwking](https://github.com/jokerwking)

0 comments on commit 820fefb

Please sign in to comment.