mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 05:42:10 +00:00
Update Makefile (iOS 17.2 SDK Support)
This commit is contained in:
parent
f9fa457994
commit
7b12072892
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
export TARGET = iphone:clang:16.2:14.0
|
||||
export TARGET = iphone:clang:17.2:14.0
|
||||
export ARCHS = arm64
|
||||
|
||||
export libcolorpicker_ARCHS = arm64
|
||||
|
|
@ -14,7 +14,7 @@ MODULES = jailed
|
|||
endif
|
||||
|
||||
ifndef YOUTUBE_VERSION
|
||||
YOUTUBE_VERSION = 19.09.4
|
||||
YOUTUBE_VERSION = 19.10.5
|
||||
endif
|
||||
ifndef UYOU_VERSION
|
||||
UYOU_VERSION = 3.0.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue