
ARCHS = armv7 arm64 arm64e
include $(THEOS)/makefiles/common.mk
THEOS_DEVICE_IP = 192.168.86.21
TWEAK_NAME = SeeThrough
SUBPROJECTS += Prefferences
THEOS_DEVICE_IP=192.168.86.21
THEOS_DEVICE_PORT=22

SeeThrough_FILES = Tweak.xm
SeeThrough_LIBRARIES = MobileGestalt
SeeThrough_CODESIGN_FLAGS = -Sentitlements.xml
SeeThrough_CFLAGS = -fobjc-arc
SeeThrough_LDFLAGS += -lCSColorPicker
include $(THEOS_MAKE_PATH)/tweak.mk
include $(THEOS_MAKE_PATH)/aggregate.mk
after-install::
	install.exec "killall -9 SpringBoard"
