Commit b1b8e93 1 parent 9ba3ec2 commit b1b8e93 Copy full SHA for b1b8e93
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 94
94
95
95
- name : Build SCInsta tweak for sideloading (as IPA)
96
96
run : |
97
- bash -c "$(curl https://raw.githubusercontent. com/asdfzxcvbn/pyzule/main/install-pyzule.sh)"
97
+ pip install --force-reinstall https://github. com/asdfzxcvbn/pyzule-rw/archive/main.zip
98
98
99
99
cd main
100
100
ls -la
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ A feature-rich tweak for Instagram on iOS!\
75
75
- [ Homebrew] ( https://brew.sh/#install )
76
76
- [ CMake] ( https://formulae.brew.sh/formula/cmake#default ) (` brew install cmake ` )
77
77
- [ Theos] ( https://theos.dev/docs/installation )
78
- - [ pyzule ] ( https://github.com/asdfzxcvbn/pyzule?tab=readme-ov-file#installation ) ** \* only required for sideloading**
78
+ - [ cyan ] ( https://github.com/asdfzxcvbn/pyzule-rw ?tab=readme-ov-file#install-instructions ) ** \* only required for sideloading**
79
79
80
80
### Setup
81
81
1 . Install iOS 14.5 frameworks for theos
Original file line number Diff line number Diff line change 42
42
# Create IPA File
43
43
echo -e ' \033[1m\033[32mCreating the IPA file...\033[0m'
44
44
rm -f packages/SCInsta-sideloaded.ipa
45
- pyzule -i " packages/${ipaFile} " -o packages/SCInsta-sideloaded.ipa -f .theos/obj/debug/SCInsta.dylib .theos/obj/debug/sideloadfix.dylib $FLEXPATH -c 0 -m 15.0 -du
45
+ cyan -i " packages/${ipaFile} " -o packages/SCInsta-sideloaded.ipa -f .theos/obj/debug/SCInsta.dylib .theos/obj/debug/sideloadfix.dylib $FLEXPATH -c 0 -m 15.0 -du
46
46
47
47
echo -e " \033[1m\033[32mDone, we hope you enjoy SCInsta!\033[0m\n\nYou can find the ipa file at: $( pwd) /packages"
48
48
You can’t perform that action at this time.
0 commit comments