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:
arichornloverALT
2024-06-26 13:20:33 -05:00
committed by GitHub
parent 0b025a9959
commit f808ab9f63

View File

@@ -1,4 +1,4 @@
TARGET = iphone:clang:16.2:14.0
TARGET = iphone:clang:16.5:15.0
YTLitePlus_USE_FISHHOOK = 0
ARCHS = arm64
MODULES = jailed
@@ -60,4 +60,4 @@ before-all::
if [[ ! -f $(YTLITE_DYLIB) || ! -d $(YTLITE_BUNDLE) ]]; then \
$(PRINT_FORMAT_ERROR) "Failed to extract YTLite"; exit 1; \
fi; \
fi
fi