From 1a6223d5cccbfd470ae0dcf3897b8c4a1663cb22 Mon Sep 17 00:00:00 2001 From: Justin Mok <32044262+justinmok@users.noreply.github.com> Date: Sat, 17 Jan 2026 10:54:02 +0000 Subject: [PATCH] Modify build script to include SIDELOAD option (#611) (#687) --- .github/workflows/buildapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 951c5aa..3debdfd 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -174,7 +174,7 @@ jobs: sed -i '' "s/^export TARGET.*$/export TARGET = iphone:clang:${{ inputs.sdk_version }}:14.0/" Makefile sed -i '' "s/^export SDK_PATH.*$/export SDK_PATH = \$(THEOS)\/sdks\/iPhoneOS${{ inputs.sdk_version }}.sdk\//" Makefile # Build the package - make package THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1 + make package SIDELOAD=1 THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1 # Rename the package based on the version (mv "packages/$(ls -t packages | head -n1)" "packages/YTLitePlus_${{ env.YT_VERSION }}_5.0.1.ipa") # Pass package name to the upload step