Skip to content

Commit

Permalink
Removed iOS 14 Support (Makefile)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jun 20, 2024
1 parent f8e0334 commit 64ba360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export TARGET = iphone:clang:16.4:14.0
export TARGET = iphone:clang:16.4:15.0
export ARCHS = arm64

export libcolorpicker_ARCHS = arm64
Expand All @@ -14,10 +14,10 @@ MODULES = jailed
endif

ifndef YOUTUBE_VERSION
YOUTUBE_VERSION = 19.21.2
YOUTUBE_VERSION = 19.23.3
endif
ifndef UYOU_VERSION
UYOU_VERSION = 3.0.3
UYOU_VERSION = 3.0.4
endif
PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION)

Expand Down

0 comments on commit 64ba360

Please sign in to comment.