-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改wax的pod spec,增加xml2和sqlite3的支持; #11
base: master
Are you sure you want to change the base?
Commits on Nov 11, 2015
-
修改wax的pod spec,增加xml2和sqlite3的支持;
庞辉 committedNov 11, 2015 Configuration menu - View commit details
-
Copy full SHA for a5e2ad3 - Browse repository at this point
Copy the full SHA a5e2ad3View commit details
Commits on Nov 26, 2015
-
(1)解决forwardInvocation 被多次替换的bug;
(2)解决selector被其他framework替换指向_objc_forwardMsg,仍然被拦截处理的bug; (3)增加wax_clear()进行patch现场修复;
庞辉 committedNov 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 521e497 - Browse repository at this point
Copy the full SHA 521e497View commit details -
Merge branch 'master' of https://github.com/philonpang/wax
* 'master' of https://github.com/philonpang/wax: 修改wax的pod spec,增加xml2和sqlite3的支持;
庞辉 committedNov 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 087a69c - Browse repository at this point
Copy the full SHA 087a69cView commit details -
(1) 修复通过class_replaceMethod获得prevIMP始终为0x0的错误,改为通过method_getImplement…
…ation获取; (2) 修复当覆盖oc方法中有super调用时进入死循环的错误;
庞辉 committedNov 26, 2015 Configuration menu - View commit details
-
Copy full SHA for beb87a4 - Browse repository at this point
Copy the full SHA beb87a4View commit details -
庞辉 committed
Nov 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 3ed50c9 - Browse repository at this point
Copy the full SHA 3ed50c9View commit details -
庞辉 committed
Nov 26, 2015 Configuration menu - View commit details
-
Copy full SHA for d191046 - Browse repository at this point
Copy the full SHA d191046View commit details
Commits on Nov 27, 2015
-
(1) wax_clear 加递归锁,waxClass倒序销毁,不销毁controller(防止hook dealloc crash,另外…
…waxClass的所有selector都指向_objc_msgforward 销毁与否没有影响); (2) wax_class 对于一个进程多次重启waxClass,仍然记录waxClass;(即使第一次没有销毁成功,当clear的时候能够再次尝试销毁) (3) wax_instance override 方法重启,当一个method name对应class中确实有两个响应的selector方法时,override两个selector方法;
庞辉 committedNov 27, 2015 Configuration menu - View commit details
-
Copy full SHA for 69c81d0 - Browse repository at this point
Copy the full SHA 69c81d0View commit details -
Releasev1.0.0: ali-wax 增加patch现场恢复,修复部分bug;
庞辉 committedNov 27, 2015 Configuration menu - View commit details
-
Copy full SHA for e2e1e89 - Browse repository at this point
Copy the full SHA e2e1e89View commit details
Commits on Jun 22, 2016
-
修改,去掉viewdidload的判断; 在ios9系统上没有问题,需要测试ios8和ios7的系统;
philon committedJun 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 86456f1 - Browse repository at this point
Copy the full SHA 86456f1View commit details -
Revert "修改,去掉viewdidload的判断; 在ios9系统上没有问题,需要测试ios8和ios7的系统;"
This reverts commit 86456f1.
philon committedJun 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 887512a - Browse repository at this point
Copy the full SHA 887512aView commit details
Commits on Jul 12, 2016
-
philon committed
Jul 12, 2016 Configuration menu - View commit details
-
Copy full SHA for fa06cf7 - Browse repository at this point
Copy the full SHA fa06cf7View commit details -
philon committed
Jul 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 2b7925c - Browse repository at this point
Copy the full SHA 2b7925cView commit details
Commits on Nov 2, 2016
-
Release1.0.2: 解决yawl引用导致pod1.0以上版本无法update的问题;
philon committedNov 2, 2016 Configuration menu - View commit details
-
Copy full SHA for ad83bcd - Browse repository at this point
Copy the full SHA ad83bcdView commit details -
philon committed
Nov 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 5c18fa3 - Browse repository at this point
Copy the full SHA 5c18fa3View commit details -
philon committed
Nov 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 28f8d24 - Browse repository at this point
Copy the full SHA 28f8d24View commit details -
philon committed
Nov 2, 2016 Configuration menu - View commit details
-
Copy full SHA for a1d4a7a - Browse repository at this point
Copy the full SHA a1d4a7aView commit details -
philon committed
Nov 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 5d413fe - Browse repository at this point
Copy the full SHA 5d413feView commit details
Commits on Dec 6, 2016
-
修改因为use_frameworks导致的文件路径和arc问题
荣英杰 committedDec 6, 2016 Configuration menu - View commit details
-
Copy full SHA for f415d4c - Browse repository at this point
Copy the full SHA f415d4cView commit details
Commits on Jan 12, 2017
-
Release 1.0.3 : 修改因为use_frameworks导致的文件路径和arc问题
philon committedJan 12, 2017 Configuration menu - View commit details
-
Copy full SHA for fbbb100 - Browse repository at this point
Copy the full SHA fbbb100View commit details
Commits on Feb 10, 2017
-
Release1.0.4: 修复patch现场恢复的时候对于类方法复原崩溃的问题;
philon committedFeb 10, 2017 Configuration menu - View commit details
-
Copy full SHA for c8c2a38 - Browse repository at this point
Copy the full SHA c8c2a38View commit details
Commits on Apr 22, 2019
-
philon committed
Apr 22, 2019 Configuration menu - View commit details
-
Copy full SHA for d6ab2b7 - Browse repository at this point
Copy the full SHA d6ab2b7View commit details