Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,11 @@ jobs:
pip install --force-reinstall https://github.com/asdfzxcvbn/pyzule-rw/archive/main.zip

cd main
curl -Lo ipapatch https://github.com/asdfzxcvbn/ipapatch/releases/download/v2.1.2/ipapatch.macos-arm64
curl -Lo ipapatch https://github.com/asdfzxcvbn/ipapatch/releases/latest/download/ipapatch.macos-arm64
chmod +x ipapatch
ls -la

./build.sh sideload
./ipapatch --input "packages/SCInsta-sideloaded.ipa" --inplace --noconfirm
ls -la packages

env:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ then
cyan -i "packages/${ipaFile}" -o packages/SCInsta-sideloaded.ipa -f $SCINSTAPATH $FLEXPATH -c $COMPRESSION -m 15.0 -du

# Patch IPA for sideloading
ipapatch --input "packages/SCInsta-sideloaded.ipa" --inplace --noconfirm
./ipapatch --input "packages/SCInsta-sideloaded.ipa" --inplace --noconfirm

echo -e "\033[1m\033[32mDone, we hope you enjoy SCInsta!\033[0m\n\nYou can find the ipa file at: $(pwd)/packages"

Expand Down