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

This reverts commit 2e26dc9082.
This commit is contained in:
2020-01-19 09:32:20 -05:00
parent 2e26dc9082
commit fbd2b19bc8
13 changed files with 287 additions and 0 deletions

19
Makefile Normal file
View File

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