lock/unlock the device
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
294B

  1. ARCHS = arm64 arm64e
  2. TARGET = iphone::latest
  3. include $(THEOS)/makefiles/common.mk
  4. TOOL_NAME = lockpick
  5. lockpick_FILES = main.m
  6. lockpick_CFLAGS = -fobjc-arc
  7. lockpick_PRIVATE_FRAMEWORKS = ManagedConfiguration SpringBoard
  8. lockpick_CODESIGN_FLAGS = -Sent.xml
  9. include $(THEOS_MAKE_PATH)/tool.mk