mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-21 02:52:05 +00:00
Update compiling for YouTube v19.21.2+
Minimum is iOS 15.0 and the SDK will be using iOS 16.5
This commit is contained in:
parent
0b025a9959
commit
f808ab9f63
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
TARGET = iphone:clang:16.2:14.0
|
TARGET = iphone:clang:16.5:15.0
|
||||||
YTLitePlus_USE_FISHHOOK = 0
|
YTLitePlus_USE_FISHHOOK = 0
|
||||||
ARCHS = arm64
|
ARCHS = arm64
|
||||||
MODULES = jailed
|
MODULES = jailed
|
||||||
|
|
@ -60,4 +60,4 @@ before-all::
|
||||||
if [[ ! -f $(YTLITE_DYLIB) || ! -d $(YTLITE_BUNDLE) ]]; then \
|
if [[ ! -f $(YTLITE_DYLIB) || ! -d $(YTLITE_BUNDLE) ]]; then \
|
||||||
$(PRINT_FORMAT_ERROR) "Failed to extract YTLite"; exit 1; \
|
$(PRINT_FORMAT_ERROR) "Failed to extract YTLite"; exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue