1.0-1 release
- No code base changes. - Makefile adjustment - This should work the way it's supposed to.
This commit is contained in:
9
Makefile
9
Makefile
@ -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"
|
||||
|
Reference in New Issue
Block a user