mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-07-11 22:41:44 +00:00
15 lines
358 B
Makefile
15 lines
358 B
Makefile
TARGET = appletv:latest:18.3
|
|
ARCHS = arm64 arm64e
|
|
INSTALL_TARGET_PROCESSES = infuse
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
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
|