chore: release v0.3.0 - #23
Merged
Merged
Conversation
Lets a patched IPA install alongside the original app instead of overwriting it, which is what a consumer needs when it wants the stock build and the patched build on the device at the same time. Ported from feat/bundle-id-suffix, which branched before #17-#19 and so never picked up the verify_sites overload resolution its consumer now depends on. Rebuilding the flag on top of develop keeps the two lines from drifting further apart. uv.lock rides along: develop bumped pyproject to 0.2.0 without regenerating the lock. Co-authored-by: tkgstrator <tkgstrator@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Minor bump for the --bundle-id-suffix flag on build_patched_ipa. Updates uv.lock alongside pyproject.toml. The 0.2.0 bump moved only pyproject, leaving the lock pinning the old version until a later change happened to refresh it. Co-authored-by: tkgstrator <tkgstrator@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Promotes
developtomasteras v0.3.0.Contents
Added
build_patched_ipa --bundle-id-suffix(feat(build_patched_ipa): --bundle-id-suffix flag #21) — appends a suffix to thepatched IPA's bundle id, so a patched build can sit alongside the retail
app instead of replacing it.
Fixed
uv.locknow trackspyproject.toml's version. The 0.2.0 bump moved onlypyproject.toml, leaving the lock pinned at0.1.3until feat(build_patched_ipa): --bundle-id-suffix flag #21 happened torefresh it; chore: bump version to 0.3.0 #22 bumps both together.
Test plan
uv run pytest— 89 passeduv run ruff check tools tests— cleanuv lockclean after the bump (no drift between pyproject and lock)🤖 Generated with Claude Code