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.

20 lines
445B

  1. ARCHS = armv7s arm64 arm64e
  2. THEOS_DEVICE_IP = 192.168.0.172
  3. INSTALL_TARGET_PROCESSES = SpringBoard
  4. include $(THEOS)/makefiles/common.mk
  5. TWEAK_NAME = Dockify
  6. Dockify_FILES = Dockify.xm
  7. Dockify_CFLAGS = -fobjc-arc
  8. Dockify_EXTRA_FRAMEWORKS += Cephei
  9. include $(THEOS_MAKE_PATH)/tweak.mk
  10. SUBPROJECTS += dockifyprefs
  11. include $(THEOS_MAKE_PATH)/aggregate.mk
  12. after-install::
  13. echo "Made by Burrit0z"
  14. echo "Try not. Do or do not. There is no try."