Removed iOS 14 Support (Makefile)

This commit is contained in:
arichornlover 2024-06-19 20:10:59 -05:00 committed by GitHub
parent f8e0334eb5
commit 64ba36001d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
export TARGET = iphone:clang:16.4:14.0 export TARGET = iphone:clang:16.4:15.0
export ARCHS = arm64 export ARCHS = arm64
export libcolorpicker_ARCHS = arm64 export libcolorpicker_ARCHS = arm64
@ -14,10 +14,10 @@ MODULES = jailed
endif endif
ifndef YOUTUBE_VERSION ifndef YOUTUBE_VERSION
YOUTUBE_VERSION = 19.21.2 YOUTUBE_VERSION = 19.23.3
endif endif
ifndef UYOU_VERSION ifndef UYOU_VERSION
UYOU_VERSION = 3.0.3 UYOU_VERSION = 3.0.4
endif endif
PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION) PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION)