Add BusinessJB tweak and patch serve script

This commit is contained in:
√(noham)²
2026-02-24 20:40:06 +01:00
parent 90009b8956
commit a9ddc888f8
9 changed files with 138 additions and 0 deletions

13
BusinessJB/Makefile Normal file
View File

@@ -0,0 +1,13 @@
TARGET = iphone:latest:14.0
INSTALL_TARGET_PROCESSES = Business
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = BusinessJB
BusinessJB_FILES = Tweak.x
BusinessJB_CFLAGS = -fobjc-arc
BusinessJB_FRAMEWORKS = Foundation
include $(THEOS_MAKE_PATH)/tweak.mk