Makefile 710 B

12345678910111213141516171819202122232425
  1. ARCHS = arm64
  2. TARGET = appletv
  3. export GO_EASY_ON_ME=1
  4. export SDKVERSION=10.2
  5. THEOS_DEVICE_IP=atv.local
  6. include $(THEOS)/makefiles/common.mk
  7. TWEAK_NAME = AppEnabler
  8. #AppEnabler_FILES = main.x Whitelist.xm ../PBReloadHelper.m
  9. AppEnabler_FILES = Whitelist.xm
  10. AppEnabler_LIBRARIES = substrate
  11. AppEnabler_FRAMEWORKS = Foundation UIKit CoreGraphics MobileCoreServices
  12. #AppEnabler_LDFLAGS = -undefined dynamic_lookup
  13. AppEnabler_CODESIGN=ldid
  14. AppEnabler_INSTALL_PATH=/fs/jb/Library/MobileSubstrate/DynamicLibraries/
  15. #AppEnabler_LIBRARIES += rocketbootstrap
  16. AppEnabler_CODESIGN_FLAGS=-Slibrespring.xml
  17. #AppEnabler_USE_SUBSTRATE=0
  18. include $(THEOS_MAKE_PATH)/tweak.mk
  19. after-install::
  20. install.exec "killall -9 lsd"