1
1
mirror of https://github.com/Burrit0z/Dockify_Source.git synced 2025-07-01 18:36:47 +00:00
Dockify source
This commit is contained in:
Burrit0z
2019-12-23 20:37:14 -05:00
commit bae7bbb83f
61 changed files with 1023 additions and 0 deletions

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
ARCHS = arm64 arm64e
INSTALL_TARGET_PROCESSES = SpringBoard
include /Users/carsonzielinski/Documents/theos/makefiles/common.mk
TWEAK_NAME = testing
testing_FILES = Tweak.x
testing_CFLAGS = -fobjc-arc
testing_EXTRA_FRAMEWORKS += Cephei
include /Users/carsonzielinski/Documents/theos/makefiles/tweak.mk
SUBPROJECTS += dockifyprefs
include $(THEOS_MAKE_PATH)/aggregate.mk