Skip to content

Commit 1a9b4d0

Browse files
dcalhounclaude
andcommitted
tmp: pin GutenbergKit to PR #554 to verify source maps
TEMPORARY — do not merge. Pins GutenbergKit to its `pr-build/554` snapshot branch so a prototype build consumes the PR build's XCFramework (which contains an intentional test exception) and its published source maps. Revert to `from: "0.17.2"` before merging. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent da000a6 commit 1a9b4d0

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Modules/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ let package = Package(
6060
revision: "b34794c9a3f32312e1593d4a3d120572afa0d010"
6161
),
6262
.package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"),
63-
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", from: "0.17.2"),
63+
// TEMPORARY: pin to GutenbergKit PR #554's snapshot branch to verify
64+
// Sentry source-map symbolication end to end. Revert to `from: "0.17.2"`
65+
// before merging.
66+
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", branch: "pr-build/554"),
6467
.package(
6568
url: "https://github.com/automattic/wordpress-rs",
6669
exact: "0.4.0"

0 commit comments

Comments
 (0)