mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-12-27 00:47:20 -05:00
added files via upload
This commit is contained in:
12
Tweaks/DontEatMyContent/Makefile
Normal file
12
Tweaks/DontEatMyContent/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user