Add initial RMHook-iOS project files

This commit is contained in:
√(noham)²
2026-02-22 15:57:22 +01:00
commit 3e77fe422b
11 changed files with 446 additions and 0 deletions

13
src/Makefile Normal file
View File

@@ -0,0 +1,13 @@
TARGET = iphone:latest:14.0
INSTALL_TARGET_PROCESSES = remarkable_mobile
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = RMHook
RMHook_FILES = Tweak.x
RMHook_CFLAGS = -fobjc-arc
RMHook_FRAMEWORKS = Foundation
include $(THEOS_MAKE_PATH)/tweak.mk