theos ios8 makefile

THEOS_DEVICE_IP = 192.168.0.111
include theos/makefiles/common.mk

SDKVERSION=8.1
ARCHS= armv7 armv7s arm64
TARGET = iphone:8.1

TWEAK_NAME = antiJBVP
antiJBVP_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
install.exec "killall -9 SpringBoard"

你可能感兴趣的:(theos ios8 makefile)