mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-12-26 16:27:22 -05:00
added files via upload
This commit is contained in:
15
Tweaks/YouPiP/Makefile
Normal file
15
Tweaks/YouPiP/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
TARGET = iphone:clang:latest:11.0
|
||||
ARCHS = arm64
|
||||
PACKAGE_VERSION = 1.7.19-2
|
||||
MIN_YOUTUBE_VERSION = 15.10.4
|
||||
|
||||
EXTRA_CFLAGS = -DMIN_YOUTUBE_VERSION=$(MIN_YOUTUBE_VERSION)
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = YouPiP
|
||||
$(TWEAK_NAME)_FILES = Tweak.x Settings.x LegacyPiPCompat.x
|
||||
$(TWEAK_NAME)_CFLAGS = -fobjc-arc $(EXTRA_CFLAGS)
|
||||
$(TWEAK_NAME)_FRAMEWORKS = AVFoundation AVKit UIKit
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
Reference in New Issue
Block a user