mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04: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:
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
|
||||||
|
Reference in New Issue
Block a user