Work on adding iKA's pull. I feel like i'm not doing something right...
This commit is contained in:
19
Makefile
19
Makefile
@ -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
|
Reference in New Issue
Block a user