From c89431ae25c29a1e1926f62d30d7773930d91c62 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:06:41 +0100 Subject: [PATCH] Fix Extensions submodule ref and set default IPA URL (#701) * Initial plan * Fix Extensions submodule ref and set default IPA URL The Extensions submodule was changed from CokePokes to BillyCurtis repo in PR #700, but the commit ref (a68d708) was not updated. This commit was from the old repo and doesn't exist in the new one. Fix by re-adding the submodule to point to the latest commit (c87b5d5) in BillyCurtis/OpenYouTubeSafariExtension. Also set the default decrypted_youtube_url to the specified catbox.moe IPA artifact URL. Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com> --- .github/workflows/buildapp.yml | 2 +- Extensions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 5c76481..1572dc4 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -13,7 +13,7 @@ on: type: string decrypted_youtube_url: description: "Direct URL of the decrypted YouTube ipa" - default: "" + default: "https://files.catbox.moe/5a8qlt.ipa" required: true type: string bundle_id: diff --git a/Extensions b/Extensions index a68d708..c87b5d5 160000 --- a/Extensions +++ b/Extensions @@ -1 +1 @@ -Subproject commit a68d70883d297fcc6669429dfd1439848e96e411 +Subproject commit c87b5d5551b406477dca883158572f803251f52c