forked from yangzhenglun/hookPro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package: com.summer1988.hkfodderweixin
- Loading branch information
杨政伦
authored and
杨政伦
committed
Feb 6, 2017
1 parent
c6f6a05
commit 83ec038
Showing
6 changed files
with
14,291 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
THEOS_DEVICE_IP = localhost | ||
THEOS_DEVICE_PORT = 2222 | ||
THEOS_USER = root | ||
ARCHS = armv7 armv7s arm64 | ||
TARGET = iphone:latest:8.0 | ||
|
||
;FINALPACKAGE = 1 | ||
|
||
include /opt/theos/makefiles/common.mk | ||
|
||
TWEAK_NAME = hkweixin | ||
hkweixin_CFLAGS += -Wno-error | ||
hkweixin_CFLAGS += -I./include | ||
hkweixin_LDFLAGS += -lz | ||
hkweixin_OBJ_FILES += libcurl.a | ||
hkweixin_FILES = src/Tweak.xm | ||
hkweixin_FRAMEWORKS= UIKit Foundation | ||
|
||
include /opt/theos/makefiles/tweak.mk | ||
|
||
after-install:: | ||
install.exec "killall -9 WeChat" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Package: com.summer1988.hkfodderweixin | ||
Name: hkfodderweixin | ||
Depends: mobilesubstrate | ||
Version: 0.0.1 | ||
Architecture: iphoneos-arm | ||
Description: An awesome MobileSubstrate tweak! | ||
Maintainer: summer1988 | ||
Author: summer1988 | ||
Section: Tweaks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
Filter = { | ||
Bundles = ( | ||
"com.tencent.xin", | ||
); | ||
}; | ||
} |
Oops, something went wrong.