From 3c5c6536c05a9b1907513e214d09fec6f6c90d37 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:21:02 -0500 Subject: [PATCH] Removed buildapp.sh Unfortunately buildapp.sh is not working. So I recommend forking uYouPlusExtra and then building the ipa with GitHub Actions. --- buildapp.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 buildapp.sh diff --git a/buildapp.sh b/buildapp.sh deleted file mode 100755 index 2067e16..0000000 --- a/buildapp.sh +++ /dev/null @@ -1,8 +0,0 @@ -read -p $'\e[34m==> \e[1;39mPath to the decrypted YouTube.ipa or YouTube.app: ' PATHTOYT -make package IPA=$PATHTOYT FINALPACKAGE=1 -if [[ $? -eq 0 ]]; then - open packages - echo "\033[0;32m==> \033[1;39mSHASUM256: $(shasum -a 256 packages/*.ipa)" -else - echo "\033[0;31m==> \033[1;39mFailed building uYouPlus" -fi \ No newline at end of file