Merge branch 'arichornlover:main' into feature/tap-to-seek
This commit is contained in:
commit
fa11ca2ee3
2 changed files with 4 additions and 4 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -87,7 +87,7 @@ jobs:
|
||||||
- name: Download iOS SDK
|
- name: Download iOS SDK
|
||||||
if: steps.SDK.outputs.cache-hit != 'true'
|
if: steps.SDK.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/arichorn/sdks/
|
git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/arichornlover/sdks/
|
||||||
cd sdks
|
cd sdks
|
||||||
git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk
|
git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk
|
||||||
git checkout
|
git checkout
|
||||||
|
|
|
||||||
6
Makefile
6
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
export TARGET = iphone:clang:16.2:14.0
|
export TARGET = iphone:clang:17.2:14.0
|
||||||
export ARCHS = arm64
|
export ARCHS = arm64
|
||||||
|
|
||||||
export libcolorpicker_ARCHS = arm64
|
export libcolorpicker_ARCHS = arm64
|
||||||
|
|
@ -14,7 +14,7 @@ MODULES = jailed
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef YOUTUBE_VERSION
|
ifndef YOUTUBE_VERSION
|
||||||
YOUTUBE_VERSION = 19.09.4
|
YOUTUBE_VERSION = 19.10.5
|
||||||
endif
|
endif
|
||||||
ifndef UYOU_VERSION
|
ifndef UYOU_VERSION
|
||||||
UYOU_VERSION = 3.0.3
|
UYOU_VERSION = 3.0.3
|
||||||
|
|
@ -22,7 +22,7 @@ endif
|
||||||
PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION)
|
PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION)
|
||||||
|
|
||||||
INSTALL_TARGET_PROCESSES = YouTube
|
INSTALL_TARGET_PROCESSES = YouTube
|
||||||
TWEAK_NAME = uYouPlus
|
TWEAK_NAME = uYouEnhanced
|
||||||
DISPLAY_NAME = YouTube
|
DISPLAY_NAME = YouTube
|
||||||
BUNDLE_ID = com.google.ios.youtube
|
BUNDLE_ID = com.google.ios.youtube
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue