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 7, 2025
1 parent 941790d commit fdee028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: "v0.0.3"),
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "9afee5826d08b64e9349b6753a13c1f387a0d413"),
.package(url: "https://github.com/Automattic/color-studio", branch: "trunk"),
],
targets: XcodeSupport.targets + [
Expand Down
5 changes: 2 additions & 3 deletions WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "e67326cf4e0b967f85976c160b6e3742a401276eabf3e18b25fce8bb219e1350",
"originHash" : "7d106f654851308d6802679ad265147edb5c165ff1ef38825f9ff679d6270896",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -150,8 +150,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wordpress-mobile/GutenbergKit",
"state" : {
"branch" : "v0.0.3",
"revision" : "84edec43cc8639d5d8a66a07758902e33f0d2d94"
"revision" : "9afee5826d08b64e9349b6753a13c1f387a0d413"
}
},
{
Expand Down

0 comments on commit fdee028

Please sign in to comment.