Files
ZenithDark/Makefile
iKilledAppl3 c273e2b93d 1.0-1 release
- No code base changes.
- Makefile adjustment
- This should work the way it's supposed to.
2020-01-13 11:18:33 -05:00

17 lines
302 B
Makefile

ARCHS = arm64 arm64e
SDK = iPhoneOS12.4
FINALPACKAGE = 1
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"