mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-24 19:59:59 +00:00
Add Infuse rootless tweaks for iOS/tvOS
This commit is contained in:
17
Infuse/Infuse-tvOS/Makefile
Normal file
17
Infuse/Infuse-tvOS/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
TARGET = appletv:latest:18.3
|
||||
ARCHS = arm64
|
||||
INSTALL_TARGET_PROCESSES = infuse
|
||||
THEOS_PACKAGE_SCHEME = rootless
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = Infuse
|
||||
|
||||
Infuse_FILES = Tweak.x
|
||||
Infuse_CFLAGS = -fobjc-arc
|
||||
Infuse_FRAMEWORKS = Foundation UIKit
|
||||
|
||||
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