12345678910111213141516171819202122232425 |
- ARCHS = arm64
- TARGET = appletv
- export GO_EASY_ON_ME=1
- export SDKVERSION=10.2
- THEOS_DEVICE_IP=atv.local
- include $(THEOS)/makefiles/common.mk
- TWEAK_NAME = AppEnabler
- #AppEnabler_FILES = main.x Whitelist.xm ../PBReloadHelper.m
- AppEnabler_FILES = Whitelist.xm
- AppEnabler_LIBRARIES = substrate
- AppEnabler_FRAMEWORKS = Foundation UIKit CoreGraphics MobileCoreServices
- #AppEnabler_LDFLAGS = -undefined dynamic_lookup
- AppEnabler_CODESIGN=ldid
- AppEnabler_INSTALL_PATH=/fs/jb/Library/MobileSubstrate/DynamicLibraries/
- #AppEnabler_LIBRARIES += rocketbootstrap
- AppEnabler_CODESIGN_FLAGS=-Slibrespring.xml
- #AppEnabler_USE_SUBSTRATE=0
- include $(THEOS_MAKE_PATH)/tweak.mk
- after-install::
- install.exec "killall -9 lsd"
|