Jump to content

 Something great is coming! 🚀

Stay tuned for the big reveal happening here on iOSGods on the 17th of December!

The countdown has finished!

jdcc4723

Senior Member
  • Posts

    204
  • Joined

  • Last visited

Everything posted by jdcc4723

  1. Hi everyone ... can u help me to make dylib supports NON Jailbreak already I know how to make tweak and dylib from my phone ( theos) but from MAC can't . I always use this code to make dylib supports IPA but from Mac I got error says stop. ARCHS = armv7 arm64 GO_EASY_ON_ME=1 THEOS_BUILD_DIR = Packages THEOS_OBJ_DIR_NAME = obj include $(THEOS)/makefiles/common.mk TWEAK_NAME = 01 01_FILES = Tweak.xm $(wildcard *.m) 01_FRAMEWORKS = UIKit 01_LOGOSFLAGS = -c generator=internal 01_INSTALL_PATH = @executable_path 01_USE_SUBSTRATE = false include $(THEOS_MAKE_PATH)/tweak.mk after-all:: $(ECHO_NOTHING) echo " Moving Dylib..."$(ECHO_END) $(ECHO_NOTHING) mkdir ./dylib/ $(ECHO_END) $(ECHO_NOTHING) cp -v $(THEOS_OBJ_DIR)/01.dylib ./dylib/ $(ECHO_END) $(ECHO_NOTHING)echo " Dylib Moved"$(ECHO_END)
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines