Switch for rootful tvOS builds

This commit is contained in:
√(noham)²
2026-05-28 13:27:28 +02:00
parent dee3024d26
commit 43431e4916
6 changed files with 7 additions and 13 deletions

View File

@@ -1,10 +1,7 @@
{
Filter = {
Bundles = (
"com.firecore.infuse",
);
Executables = (
"infuse",
infuse,
);
};
}

View File

@@ -1,7 +1,6 @@
TARGET = appletv:latest:18.3
ARCHS = arm64 arm64e
INSTALL_TARGET_PROCESSES = infuse
THEOS_PACKAGE_SCHEME = rootless
include $(THEOS)/makefiles/common.mk
@@ -10,8 +9,6 @@ TWEAK_NAME = Infuse
Infuse_FILES = Tweak.x
Infuse_CFLAGS = -fobjc-arc
Infuse_FRAMEWORKS = Foundation UIKit
Infuse_LDFLAGS += $(THEOS)/vendor/lib/appletv/CydiaSubstrate.framework/CydiaSubstrate.tbd
include $(THEOS_MAKE_PATH)/tweak.mk
test-print:
@echo "ARCH is $(THEOS_PACKAGE_ARCH)"
@echo "CONTROL is $(_THEOS_DEB_PACKAGE_CONTROL_PATH)"