From 9d8e10071bbb27eedb25ccff3a045e05c4435b4e Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Sun, 3 Mar 2024 11:06:12 -1000 Subject: [PATCH] fix: Update Diligence and Interact to address broken dependencies (#88) --- .../xcshareddata/swiftpm/Package.resolved | 68 +++++++++++++++++++ diligence | 2 +- interact | 2 +- 3 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 Folders.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/Folders.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Folders.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..40a6574 --- /dev/null +++ b/Folders.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,68 @@ +{ + "pins" : [ + { + "identity" : "fseventswrapper", + "kind" : "remoteSourceControl", + "location" : "https://github.com/Frizlab/FSEventsWrapper.git", + "state" : { + "revision" : "70bbea4b108221fcabfce8dbced8502831c0ae04", + "version" : "2.1.0" + } + }, + { + "identity" : "licensable", + "kind" : "remoteSourceControl", + "location" : "https://github.com/inseven/licensable", + "state" : { + "revision" : "a8ad62c6fde5aca29a47459b0687e580eee203dd", + "version" : "0.0.13" + } + }, + { + "identity" : "sqlite.swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/stephencelis/SQLite.swift.git", + "state" : { + "revision" : "e78ae0220e17525a15ac68c697a155eb7a672a8e", + "version" : "0.15.0" + } + }, + { + "identity" : "swift-algorithms", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-algorithms.git", + "state" : { + "revision" : "f6919dfc309e7f1b56224378b11e28bab5bccc42", + "version" : "1.2.0" + } + }, + { + "identity" : "swift-collections", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-collections/", + "state" : { + "revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb", + "version" : "1.1.0" + } + }, + { + "identity" : "swift-numerics", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-numerics.git", + "state" : { + "revision" : "0a5bc04095a675662cf24757cc0640aa2204253b", + "version" : "1.0.2" + } + }, + { + "identity" : "yams", + "kind" : "remoteSourceControl", + "location" : "https://github.com/jpsim/Yams.git", + "state" : { + "revision" : "0d9ee7ea8c4ebd4a489ad7a73d5c6cad55d6fed3", + "version" : "5.0.6" + } + } + ], + "version" : 2 +} diff --git a/diligence b/diligence index 71ee8d7..214e927 160000 --- a/diligence +++ b/diligence @@ -1 +1 @@ -Subproject commit 71ee8d787f890e1604bdc10d73389c25b04454bd +Subproject commit 214e927c7aa7c23c989c5f972e6ec4ba87da2d42 diff --git a/interact b/interact index 993c970..c36e5f6 160000 --- a/interact +++ b/interact @@ -1 +1 @@ -Subproject commit 993c970257ac57b5f9b63490574da7eeb0ecf926 +Subproject commit c36e5f6f7200e32d9c90d885f7eeb69206a70226