Makefile 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ARCHS=arm64
  2. TARGET=appletv
  3. export GO_EASY_ON_ME=1
  4. export SDKVERSION=10.1
  5. TARGET=appletv:clang:10.1:10.1
  6. SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.1.sdk
  7. THEOS_DEVICE_IP=guest-room.local
  8. include theos/makefiles/common.mk
  9. LIBRARY_NAME = librespring
  10. librespring_FILES = main.m PBReloadHelper.m
  11. librespring_LIBRARIES = substrate
  12. #librespring_LIBRARIES += rocketbootstrap
  13. librespring_FRAMEWORKS = Foundation UIKit CoreGraphics
  14. #librespring_CODESIGN_FLAGS=-Slibrespring.xml
  15. librespring_CODESIGN=ldid
  16. librespring_Frameworks += WebCore ImageIO Foundation CFNetwork AppSupport UIKit IOKit MobileCoreServices
  17. #librespring_PRIVATE_FRAMEWORKS = GraphicsServices FMCore
  18. include $(THEOS_MAKE_PATH)/library.mk
  19. SUBPROJECTS += uicache
  20. SUBPROJECTS += AppEnabler
  21. #SUBPROJECTS += BlockReset
  22. #SUBPROJECTS += libsubstrate
  23. include $(THEOS_MAKE_PATH)/aggregate.mk
  24. after-stage::
  25. #cp $(FW_STAGING_DIR)/usr/bin/uicache ../layout/usr/bin/uicache
  26. #cp $(FW_STAGING_DIR)/Library/TweakInject/AppEnabler.dylib ../layout/Library/TweakInject/AppEnabler.dylib
  27. #cp $(FW_STAGING_DIR)/Library/TweakInject/AppEnabler.plist ../layout/Library/TweakInject/AppEnabler.plist
  28. #cp $(FW_STAGING_DIR)/usr/lib/librespring.dylib ../layout/usr/lib/librespring.dylib
  29. cp rmcache $(THEOS_STAGING_DIR)/usr/bin/
  30. #cp rmcache ../layout/usr/bin/rmcache