Browse Source

oops forgot this file

Kevin Bradley 4 years ago
parent
commit
daa3b4030c
1 changed files with 18 additions and 0 deletions
  1. 18 0
      CycriptLoader/Makefile.ios

+ 18 - 0
CycriptLoader/Makefile.ios

@@ -0,0 +1,18 @@
+ARCHS = arm64
+TARGET = iphone
+export GO_EASY_ON_ME=1
+export SDKVERSION=11.0
+THEOS_DEVICE_IP=bedroom.local
+
+include theos/makefiles/common.mk
+
+LIBRARY_NAME = CycriptLoader
+CycriptLoader_FILES = CycriptLoader.xm
+CycriptLoader_FRAMEWORKS = Foundation
+CycriptLoader_LDFLAGS = -lcycript -undefined dynamic_lookup
+
+
+include $(THEOS_MAKE_PATH)/library.mk
+
+after-install::
+	install.exec "killall -9 lsd"