1.0-1 release

- No code base changes.
- Makefile adjustment
- This should work the way it's supposed to.
This commit is contained in:
iKilledAppl3
2020-01-13 11:18:33 -05:00
parent e0ef88c341
commit c273e2b93d
36 changed files with 58 additions and 119 deletions

View File

@ -1,13 +1,16 @@
INSTALL_TARGET_PROCESSES = SpringBoard
ARCHS = arm64 arm64e
TARGET = iphone:clang::13.0
SDK = iPhoneOS12.4
FINALPACKAGE = 1
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = ZenithDark
ZenithDark_FILES = Tweak.x
ZenithDark_FILES = Tweak.xm
ZenithDark_CFLAGS = -fobjc-arc
ZenithDark_FRAMEWORKS = UIKit CoreGraphics
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "sbreload"