Skip to content

Commit 35e360b

Browse files
committed
Point color-studio to a commit instead of a branch
Locking dependencies to commits makes updating them a bit more burdensome, but at least it makes the update intentional and not automatic and surprising. This change was done to test Xcode's behavior in monitoring `Modules/Package.swift` and updating `Modules/Package.resolved`. See #24518 (comment)
1 parent cc744d8 commit 35e360b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Modules/Package.resolved

Lines changed: 3 additions & 4 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
@@ -56,7 +56,10 @@ let package = Package(
5656
// We can't use wordpress-rs branches nor commits here. Only tags work.
5757
.package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20250505"),
5858
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", from: "0.2.0"),
59-
.package(url: "https://github.com/Automattic/color-studio", branch: "trunk"),
59+
.package(
60+
url: "https://github.com/Automattic/color-studio",
61+
revision: "bf141adc75e2769eb469a3e095bdc93dc30be8de"
62+
),
6063
.package(url: "https://github.com/wordpress-mobile/AztecEditor-iOS", from: "1.20.0"),
6164
],
6265
targets: XcodeSupport.targets + [

0 commit comments

Comments
 (0)