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 16, 2025
1 parent 85ab96b commit 65b2f8e
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: "2128c9167eeb779ac05d64675a632b0e42b79cfb"),
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "cc52214a50893b41898607ac0bff7f2787b085bb"),
.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" : "9916e2ddc788c372f4ed8ab3588f8178fe8ddcc59d67e2ce943b17db35c6c149",
"originHash" : "d8a7faa1972ab73744be3161f236c4bae7faf7c44f840b7bd0a52b3ee1ee6d6c",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -141,7 +141,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wordpress-mobile/GutenbergKit",
"state" : {
"revision" : "2128c9167eeb779ac05d64675a632b0e42b79cfb"
"revision" : "cc52214a50893b41898607ac0bff7f2787b085bb"
}
},
{
Expand Down

0 comments on commit 65b2f8e

Please sign in to comment.