chore(sdk): bump mobile SDK to 0.2.2#186
Merged
Merged
Conversation
The deferred-deep-link hardening (#184 — clipboard host validation, storage-backed attribution retry, and the iOS detectPatterns pasteboard convenience) merged at 0.2.1, but sdk-v0.2.1 is already released, so the Mobile SDK Release workflow skips at its "version already released" guard. Bump core/ffi/mobile to 0.2.2 so the workflow cuts sdk-v0.2.2. The release build regenerates the UniFFI bindings, picking up the `parse_clipboard_link(text, allowed_hosts)` signature change, and refreshes Package.swift to the new XCFramework. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Bumps the mobile SDK crates (
core/ffi/mobile)0.2.1 → 0.2.2to release the deferred-deep-link hardening from #184.Why
#184 merged at version
0.2.1, butsdk-v0.2.1was already released — so the Mobile SDK Release workflow ran on that merge, hit its "version already released" guard, and cut nothing. The fixes are onmainbut unreleased. (Same pattern as #182 → #183.)Merging this triggers
mobile-sdk-release.yml(push tomaintouchingclient/mobile/**), which:sdk-v0.2.2,parse_clipboard_link(text, allowed_hosts)signature change (the committed bindings are currently stale),Package.swiftto the new XCFramework.What ships in 0.2.2 (from #184)
checkDeferredDeepLinkFromPasteboard()— gates the pasteboard read behindUIPasteboard.detectPatterns.No code changes here beyond the version bump +
Cargo.lock.🤖 Generated with Claude Code