mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +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 ARCHS = arm64
|
||||||
|
|
||||||
export libcolorpicker_ARCHS = arm64
|
export libcolorpicker_ARCHS = arm64
|
||||||
|
|
@ -14,10 +14,10 @@ MODULES = jailed
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef YOUTUBE_VERSION
|
ifndef YOUTUBE_VERSION
|
||||||
YOUTUBE_VERSION = 19.21.2
|
YOUTUBE_VERSION = 19.23.3
|
||||||
endif
|
endif
|
||||||
ifndef UYOU_VERSION
|
ifndef UYOU_VERSION
|
||||||
UYOU_VERSION = 3.0.3
|
UYOU_VERSION = 3.0.4
|
||||||
endif
|
endif
|
||||||
PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION)
|
PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue