diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 1a63d93..d79eb3d 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -87,7 +87,7 @@ jobs: - name: Download iOS SDK if: steps.SDK.outputs.cache-hit != 'true' 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 git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk git checkout diff --git a/Makefile b/Makefile index ec34a48..874ef68 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ endif PACKAGE_VERSION = $(YOUTUBE_VERSION)-$(UYOU_VERSION) INSTALL_TARGET_PROCESSES = YouTube -TWEAK_NAME = uYouPlus +TWEAK_NAME = uYouEnhanced DISPLAY_NAME = YouTube BUNDLE_ID = com.google.ios.youtube