mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-07-11 22:41:44 +00:00
Switch for rootful tvOS builds
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
{
|
||||
Filter = {
|
||||
Bundles = (
|
||||
"com.firecore.infuse",
|
||||
);
|
||||
Executables = (
|
||||
"infuse",
|
||||
infuse,
|
||||
);
|
||||
};
|
||||
}
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user