Add NetworkLogger utility

This commit is contained in:
√(noham)²
2026-08-20 16:28:02 +02:00
parent 4d51a6eccf
commit 79f9e5cf0c
6 changed files with 227 additions and 0 deletions

13
NetworkLogger/Makefile Normal file
View File

@@ -0,0 +1,13 @@
TARGET = iphone:latest:14.0
INSTALL_TARGET_PROCESSES = *
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = NetworkLogger
NetworkLogger_FILES = Tweak.x
NetworkLogger_CFLAGS = -fobjc-arc
NetworkLogger_FRAMEWORKS = Foundation
include $(THEOS_MAKE_PATH)/tweak.mk