Skip to content

Commit

Permalink
Package: com.summer1988.hkfodderweixin
Browse files Browse the repository at this point in the history
  • Loading branch information
杨政伦 authored and 杨政伦 committed Feb 6, 2017
1 parent c6f6a05 commit 83ec038
Show file tree
Hide file tree
Showing 6 changed files with 14,291 additions and 0 deletions.
22 changes: 22 additions & 0 deletions hkfodderweixin/Makefile
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"
9 changes: 9 additions & 0 deletions hkfodderweixin/control
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
7 changes: 7 additions & 0 deletions hkfodderweixin/hkweixin.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
Filter = {
Bundles = (
"com.tencent.xin",
);
};
}
Loading

0 comments on commit 83ec038

Please sign in to comment.