mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-29 20:10:41 -04:00
13 lines
273 B
Makefile
13 lines
273 B
Makefile
TARGET := iphone:clang:latest:14.0
|
|
ARCHS = arm64
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
TWEAK_NAME = DontEatMyContent
|
|
|
|
DontEatMyContent_FILES = Tweak.x Settings.x
|
|
DontEatMyContent_CFLAGS = -fobjc-arc
|
|
DontEatMyContent_FRAMEWORKS = UIKit
|
|
|
|
include $(THEOS_MAKE_PATH)/tweak.mk
|