mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Removed iOS 14 Support (Makefile)
This commit is contained in:
parent
f8e0334eb5
commit
64ba36001d
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
export TARGET = iphone:clang:16.4:14.0
|
||||
export TARGET = iphone:clang:16.4:15.0
|
||||
export ARCHS = arm64
|
||||
|
||||
export libcolorpicker_ARCHS = arm64
|
||||
|
|
@ -14,10 +14,10 @@ MODULES = jailed
|
|||
endif
|
||||
|
||||
ifndef YOUTUBE_VERSION
|
||||
YOUTUBE_VERSION = 19.21.2
|
||||
YOUTUBE_VERSION = 19.23.3
|
||||
endif
|
||||
ifndef UYOU_VERSION
|
||||
UYOU_VERSION = 3.0.3
|
||||
UYOU_VERSION = 3.0.4
|
||||
endif
|
||||
PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue