The source code, duh.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
390B

  1. INSTALL_TARGET_PROCESSES = SpringBoard SpringBoardHome
  2. # TARGET = simulator:clang::7.0
  3. # ARCHS = x86_64 i386
  4. ARCHS = armv7s arm64 arm64e
  5. include $(THEOS)/makefiles/common.mk
  6. TWEAK_NAME = testing
  7. testing_FILES = Tweak.x
  8. testing_CFLAGS = -fobjc-arc
  9. testing_EXTRA_FRAMEWORKS += Cephei
  10. include $(THEOS_MAKE_PATH)/tweak.mk
  11. SUBPROJECTS += dockifyprefs
  12. include $(THEOS_MAKE_PATH)/aggregate.mk