Files
ZenithDark/Makefile
iKilledAppl3 533175cd5d Revert "Remove prefs for now"
This reverts commit 70de116d2f.
2020-01-18 23:26:48 -05:00

20 lines
414 B
Makefile

ARCHS = arm64 arm64e
SDK = iPhoneOS13.0
FINALPACKAGE = 1
export TARGET = iphone:clang:13.0:latest
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = ZenithDark
ZenithDark_FILES = Tweak.xm
ZenithDark_CFLAGS = -fobjc-arc
ZenithDark_FRAMEWORKS = UIKit CoreGraphics
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "sbreload"
SUBPROJECTS += zenithdarkprefs
include $(THEOS_MAKE_PATH)/aggregate.mk