Explorar o código

oops forgot this file

Kevin Bradley %!s(int64=7) %!d(string=hai) anos
pai
achega
daa3b4030c
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  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"