The source code, duh.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
373B

  1. ARCHS = arm64 arm64e
  2. INSTALL_TARGET_PROCESSES = SpringBoard
  3. include /Users/carsonzielinski/Documents/theos/makefiles/common.mk
  4. TWEAK_NAME = testing
  5. testing_FILES = Tweak.x
  6. testing_CFLAGS = -fobjc-arc
  7. testing_EXTRA_FRAMEWORKS += Cephei
  8. include /Users/carsonzielinski/Documents/theos/makefiles/tweak.mk
  9. SUBPROJECTS += dockifyprefs
  10. include $(THEOS_MAKE_PATH)/aggregate.mk