mirror of
https://github.com/Burrit0z/Dockify_Source.git
synced 2025-07-01 18:26:46 +00:00
fix
This commit is contained in:
10
Makefile
10
Makefile
@ -1,7 +1,9 @@
|
||||
ARCHS = arm64 arm64e
|
||||
INSTALL_TARGET_PROCESSES = SpringBoard
|
||||
INSTALL_TARGET_PROCESSES = SpringBoard SpringBoardHome
|
||||
# TARGET = simulator:clang::7.0
|
||||
# ARCHS = x86_64 i386
|
||||
ARCHS = armv7s arm64 arm64e
|
||||
|
||||
include /Users/carsonzielinski/Documents/theos/makefiles/common.mk
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = testing
|
||||
|
||||
@ -9,6 +11,6 @@ testing_FILES = Tweak.x
|
||||
testing_CFLAGS = -fobjc-arc
|
||||
testing_EXTRA_FRAMEWORKS += Cephei
|
||||
|
||||
include /Users/carsonzielinski/Documents/theos/makefiles/tweak.mk
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
SUBPROJECTS += dockifyprefs
|
||||
include $(THEOS_MAKE_PATH)/aggregate.mk
|
||||
|
Reference in New Issue
Block a user