-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making our lives easier with Github Actions instead of building it manually with prerequisites needed #79
Comments
Hey! We're actually working on that currently over at #28 but it's been postponed for now as I work on the functionality of the tweak. Plus, it will probably be faster to make a new github action that takes an ipa and just injects it with the latest deb from releases, to prevent the entire build process from being needed. |
You should be able to inject the arm64 deb into the decrypted instagram ipa using something like sideloadly. You also need to add the required "frameworks" with the button inside sideloadly. The framework files can be downloaded from here: https://f005.backblazeb2.com/file/sc-public-files/packages/ios-frameworks/Cephei.zip |
What about Altstore? |
You could use the export ipa option in sideloadly, and then sideload the ipa onto your phone |
I need also to change the app id within sideloadly when injecting the framework inside the decrypted instagram ipa? |
What file do i need to add as the framework in sideloadly? |
Unzip the "Cephei.zip" and add all the folders inside as frameworks |
I sorted it out by using Zeuikil fork of SCinsta which included the Sideloaded IPA |
Hey Socuul,
I was wondering if using Github Actions to build the SCInsta IPA may be helpful and easier to people who don't know how to build manually or don't want to build by themselves
The text was updated successfully, but these errors were encountered: