mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 11:52:00 +00:00
Set Target to iOS 17.5 SDK (Makefile)
Works with iOS 17.0-17.5 SDKs since macos-13 runner is used.
This commit is contained in:
parent
14f08a07b1
commit
9983fc5cfe
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,5 +1,5 @@
|
||||||
export TARGET = iphone:clang:16.5:15.0
|
export TARGET = iphone:clang:17.5:15.0
|
||||||
export SDK_PATH = $(THEOS)/sdks/iPhoneOS16.5.sdk/
|
export SDK_PATH = $(THEOS)/sdks/iPhoneOS17.5.sdk/
|
||||||
export SYSROOT = $(SDK_PATH)
|
export SYSROOT = $(SDK_PATH)
|
||||||
export ARCHS = arm64
|
export ARCHS = arm64
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ MODULES = jailed
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef YOUTUBE_VERSION
|
ifndef YOUTUBE_VERSION
|
||||||
YOUTUBE_VERSION = 19.40.4
|
YOUTUBE_VERSION = 19.46.3
|
||||||
endif
|
endif
|
||||||
ifndef UYOU_VERSION
|
ifndef UYOU_VERSION
|
||||||
UYOU_VERSION = 3.0.4
|
UYOU_VERSION = 3.0.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue