Note from the dev
V1 is planned to be released by the time that Apple releases iSO 27’s official build. To ensure that, my goal currently is to bring a stable version of the app rather than introducing any new features. This update significantly brings us closer to that goal as it fixes the 2 most common and irritating errors reported so far. Please, keep testing it and share your issues on GitHub or on the discord server. <3
Changes
-
Fixed the SideStore nightly error “
Domain=AltSign.Error Code=1 The app extension is missing a valid provisioning profile. UserInfo={NSLocalizedFailureReason =The app extension is missing a valid provisioning profile.}” -
To fix it, the app now writes embedded.mobileprovision into each .appex before sign::sign, and rust-core/Cargo.toml redirects the git dep to it
-
Fixed a bug that occurred when the app downloaded an .ipa from GitHub
- The app now relies on the release’s download link rather than the GitHub API to ensure there are no API cap problems