1234567891011121314151617181920212223242526272829303132333435363738 |
- ARCHS=arm64
- TARGET=appletv
- export GO_EASY_ON_ME=1
- export SDKVERSION=16.1
- TARGET=appletv:clang:16.1:13.1
- #SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.1.sdk
- THEOS_DEVICE_IP=guest-room.local
- include theos/makefiles/common.mk
- LIBRARY_NAME = librespring
- librespring_FILES = main.m PBReloadHelper.m
- librespring_LIBRARIES = substrate
- #librespring_LIBRARIES += rocketbootstrap
- librespring_FRAMEWORKS = Foundation UIKit CoreGraphics
- #librespring_CODESIGN_FLAGS=-Slibrespring.xml
- librespring_CODESIGN=ldid
- librespring_Frameworks += WebCore ImageIO Foundation CFNetwork AppSupport UIKit IOKit MobileCoreServices
- librespring_INSTALL_PATH=/fs/jb/usr/lib/
- #librespring_PRIVATE_FRAMEWORKS = GraphicsServices FMCore
- include $(THEOS_MAKE_PATH)/library.mk
- SUBPROJECTS += uicache
- SUBPROJECTS += AppEnabler
- #SUBPROJECTS += BlockReset
- #SUBPROJECTS += libsubstrate
- include $(THEOS_MAKE_PATH)/aggregate.mk
- after-stage::
- #cp $(FW_STAGING_DIR)/usr/bin/uicache ../layout/usr/bin/uicache
- #cp $(FW_STAGING_DIR)/Library/TweakInject/AppEnabler.dylib ../layout/Library/TweakInject/AppEnabler.dylib
- #cp $(FW_STAGING_DIR)/Library/TweakInject/AppEnabler.plist ../layout/Library/TweakInject/AppEnabler.plist
- #cp $(FW_STAGING_DIR)/usr/lib/librespring.dylib ../layout/usr/lib/librespring.dylib
- cp rmcache $(THEOS_STAGING_DIR)/fs/jb/usr/bin/
- #cp rmcache ../layout/usr/bin/rmcache
|