Work on adding iKA's pull. I feel like i'm not doing something right...

This commit is contained in:
2020-01-19 09:24:24 -05:00
parent 258f062eef
commit 2e26dc9082
13 changed files with 0 additions and 287 deletions

View File

@ -1,19 +0,0 @@
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