-Adds preferences -Adds credits to prefefrences -Icon for preferences -Share button for sharing to social media. -Code cleanup -Thanks @skittyblock!
18 lines
342 B
Makefile
18 lines
342 B
Makefile
ARCHS = arm64 arm64e
|
|
SDK = iPhoneOS12.4
|
|
FINALPACKAGE = 1
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
TWEAK_NAME = ZenithDark
|
|
|
|
ZenithDark_FILES = Tweak.xm
|
|
ZenithDark_FRAMEWORKS = UIKit CoreGraphics
|
|
|
|
include $(THEOS_MAKE_PATH)/tweak.mk
|
|
|
|
SUBPROJECTS += zenithdarkprefs
|
|
include $(THEOS_MAKE_PATH)/aggregate.mk
|
|
|
|
after-install::
|
|
install.exec "sbreload"
|