Makefile 728 B

12345678910111213141516171819202122232425262728293031
  1. ARCHS = arm64
  2. TARGET = appletv
  3. export GO_EASY_ON_ME=1
  4. export SDKVERSION=10.2
  5. THEOS_DEVICE_IP=apple-tv.local
  6. include theos/makefiles/common.mk
  7. TWEAK_NAME = DalesDeadBug
  8. DalesDeadBug_FILES = DalesDeadBug.xm Shim.xm
  9. DalesDeadBug_LIBRARIES = substrate
  10. DalesDeadBug_FRAMEWORKS = Foundation UIKit
  11. DalesDeadBug_PRIVATE_FRAMEWORKS = TVSettingKit
  12. DalesDeadBug_CFLAGS += -I.
  13. DalesDeadBug_LDFLAGS = -undefined dynamic_lookup
  14. #DalesDeadBug_LDFLAGS = -Wl,-segalign,4000
  15. DalesDeadBug_CODESIGN_FLAGS=-Sddb.xml
  16. export ARCHS = arm64
  17. DalesDeadBug_ARCHS = arm64
  18. include $(THEOS_MAKE_PATH)/tweak.mk
  19. #comment in to install our uncaught notification hooker
  20. SUBPROJECTS += Hopperh4x ddbsettings
  21. include $(THEOS_MAKE_PATH)/aggregate.mk
  22. all::