forked from ExoticSwingset/TruthfulDock
Update V2.0
This commit is contained in:
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
INSTALL_TARGET_PROCESSES = SpringBoard
|
||||
ARCHS = armv7 armv7s arm64 arm64e
|
||||
ARCHS = arm64e arm64 armv7 armv7s
|
||||
include ~/theos/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = TruthfulDock
|
||||
@ -8,3 +8,5 @@ TruthfulDock_FILES = Tweak.x
|
||||
TruthfulDock_CFLAGS = -fobjc-arc
|
||||
|
||||
include ~/theos/makefiles/tweak.mk
|
||||
SUBPROJECTS += truthfuldockprefs
|
||||
include $(THEOS_MAKE_PATH)/aggregate.mk
|
||||
|
Reference in New Issue
Block a user