Skip to content

Commit

Permalink
build: Update GutenbergKit ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun committed Jan 14, 2025
1 parent ca4794e commit 516caf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Modules/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let package = Package(
.package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"),
// We can't use wordpress-rs branches nor commits here. Only tags work.
.package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20241116"),
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "5a43a1b8ab5034e5be4b4eb93c30885cc41227b2"),
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "5a0a5054ac8b0a71299e3c8ab4601c6d45e701ec"),
.package(url: "https://github.com/Automattic/color-studio", branch: "trunk"),
],
targets: XcodeSupport.targets + [
Expand Down
4 changes: 2 additions & 2 deletions WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "cc23994fa7cdcf18782712f28e823bb56a70994e186e61bb5ba912f1386d66a7",
"originHash" : "06b660824580cbb78f97d290a26dfae626f29436ef196ddf3afed2cb4fb10d4f",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -141,7 +141,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wordpress-mobile/GutenbergKit",
"state" : {
"revision" : "5a43a1b8ab5034e5be4b4eb93c30885cc41227b2"
"revision" : "5a0a5054ac8b0a71299e3c8ab4601c6d45e701ec"
}
},
{
Expand Down

0 comments on commit 516caf5

Please sign in to comment.