Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Dec 4, 2024
1 parent 65b67b8 commit 0918cf8
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,5 +1,5 @@
export TARGET = iphone:clang:16.5:15.0
export SDK_PATH = $(THEOS)/sdks/iPhoneOS16.5.sdk/
export TARGET = iphone:clang:17.5:15.0
export SDK_PATH = $(THEOS)/sdks/iPhoneOS17.5.sdk/
export SYSROOT = $(SDK_PATH)
export ARCHS = arm64

Expand All @@ -16,7 +16,7 @@ MODULES = jailed
endif

ifndef YOUTUBE_VERSION
YOUTUBE_VERSION = 19.40.4
YOUTUBE_VERSION = 19.47.7
endif
ifndef REBORN_VERSION
REBORN_VERSION = 4.2.8
Expand Down

1 comment on commit 0918cf8

@arichornlover
Copy link
Owner Author

@arichornlover arichornlover commented on 0918cf8 Dec 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have found out it’s possible to reorder tabs thanks to new headers and uYou! I have a new implementation that will fix it.

Please sign in to comment.