From 73236fe2c72d2b31a7a13621f998d25e71ecc30a Mon Sep 17 00:00:00 2001 From: Adin Date: Thu, 23 Jul 2026 11:39:57 +0800 Subject: [PATCH] fix: use versioned xylem dependency --- Package.resolved | 5 +++-- Package.swift | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 3183bca..3cb5016 100644 --- a/Package.resolved +++ b/Package.resolved @@ -12,9 +12,10 @@ { "identity" : "xylem", "kind" : "remoteSourceControl", - "location" : "https://github.com/compnerd/xylem.git", + "location" : "https://github.com/GoodNotes/xylem.git", "state" : { - "revision" : "9881c95ce3a139f4ccfa584676201516c2a5751d" + "revision" : "9881c95ce3a139f4ccfa584676201516c2a5751d", + "version" : "0.1.0-goodnotes-foundation-essentials" } } ], diff --git a/Package.swift b/Package.swift index c71c329..fcda4ba 100644 --- a/Package.swift +++ b/Package.swift @@ -25,8 +25,8 @@ let package = Package( from: "1.5.0" ), .package( - url: "https://github.com/compnerd/xylem.git", - revision: "9881c95ce3a139f4ccfa584676201516c2a5751d" + url: "https://github.com/GoodNotes/xylem.git", + exact: "0.1.0-goodnotes-foundation-essentials" ), ], targets: [