Makefile 574 B

12345678910111213141516171819202122
  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_LIBRARIES = substrate
  10. AppEnabler_FRAMEWORKS = Foundation UIKit CoreGraphics MobileCoreServices
  11. AppEnabler_LDFLAGS = -undefined dynamic_lookup
  12. AppEnabler_CODESIGN=ldid2
  13. #AppEnabler_LIBRARIES += rocketbootstrap
  14. AppEnabler_CODESIGN_FLAGS=-Slibrespring.xml
  15. include $(THEOS_MAKE_PATH)/tweak.mk
  16. after-install::
  17. install.exec "killall -9 lsd"