Makefile.ios 403 B

12345678910111213141516171819
  1. ARCHS = arm64 arm64e
  2. TARGET = iphone
  3. export GO_EASY_ON_ME=1
  4. export SDKVERSION=12.1
  5. THEOS_DEVICE_IP=bedroom.local
  6. include theos/makefiles/common.mk
  7. LIBRARY_NAME = CycriptLoader
  8. CycriptLoader_FILES = CycriptLoader.xm
  9. CycriptLoader_FRAMEWORKS = Foundation
  10. CycriptLoader_LDFLAGS = -lcycript -undefined dynamic_lookup
  11. include $(THEOS_MAKE_PATH)/library.mk
  12. after-install::
  13. install.exec "killall -9 lsd"