Update V2.0

This commit is contained in:
exoticswingset
2020-01-03 00:18:09 -05:00
committed by GitHub
parent 01a469ff49
commit 2449378a84
9 changed files with 210 additions and 4 deletions

View File

@ -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