Skip to content

Commit

Permalink
Point Aztec to branch in wordpress-mobile org from SPM support PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jan 17, 2025
1 parent 7dc268b commit a8832fc
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -50,7 +50,7 @@ let package = Package(
.package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20241116"),
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "cc52214a50893b41898607ac0bff7f2787b085bb"),
.package(url: "https://github.com/Automattic/color-studio", branch: "trunk"),
.package(url: "https://github.com/allenhumphreys/AztecEditor-iOS", branch: "ah/spm"),
.package(url: "https://github.com/wordpress-mobile/AztecEditor-iOS", branch: "test/ah/spm"),
],
targets: XcodeSupport.targets + [
.target(name: "AsyncImageKit", dependencies: [
Expand Down
6 changes: 3 additions & 3 deletions WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "d8a7faa1972ab73744be3161f236c4bae7faf7c44f840b7bd0a52b3ee1ee6d6c",
"originHash" : "822b466f7c9d218a370cba191ffe95a167618303fb894fc6a315e201f055c91b",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -31,9 +31,9 @@
{
"identity" : "azteceditor-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/allenhumphreys/AztecEditor-iOS",
"location" : "https://github.com/wordpress-mobile/AztecEditor-iOS",
"state" : {
"branch" : "ah/spm",
"branch" : "test/ah/spm",
"revision" : "1719ce90f714af51ef46f69bd65decad5c5166c3"
}
},
Expand Down

0 comments on commit a8832fc

Please sign in to comment.