From dd1b13e39b565541aa08396be4ab1b18fd0a6557 Mon Sep 17 00:00:00 2001 From: Lumaa Date: Thu, 7 Mar 2024 17:30:45 +0100 Subject: [PATCH] Package resolved is mysteriously back --- .../xcshareddata/swiftpm/Package.resolved | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Threaded.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/Threaded.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Threaded.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..4c6d9cf --- /dev/null +++ b/Threaded.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,50 @@ +{ + "pins" : [ + { + "identity" : "emojitext", + "kind" : "remoteSourceControl", + "location" : "https://github.com/divadretlaw/EmojiText", + "state" : { + "revision" : "e24d8c0def5c77c551fee34fca09c38baa0860e6", + "version" : "3.3.0" + } + }, + { + "identity" : "keychain-swift?tab=readme-ov-file#usage", + "kind" : "remoteSourceControl", + "location" : "https://github.com/evgenyneu/keychain-swift?tab=readme-ov-file#usage", + "state" : { + "revision" : "265806607b45687a3d646e4c9837c31c90f202e8", + "version" : "21.0.0" + } + }, + { + "identity" : "nuke", + "kind" : "remoteSourceControl", + "location" : "https://github.com/kean/Nuke", + "state" : { + "revision" : "1694798e876113d44f6ec6ead965d7286695981d", + "version" : "12.2.0" + } + }, + { + "identity" : "purchases-ios", + "kind" : "remoteSourceControl", + "location" : "https://github.com/RevenueCat/purchases-ios.git", + "state" : { + "revision" : "e20ebed21693994f76bb33d3f8efbc8002df95b7", + "version" : "4.37.0" + } + }, + { + "identity" : "swiftsoup", + "kind" : "remoteSourceControl", + "location" : "https://github.com/scinfu/SwiftSoup", + "state" : { + "revision" : "8b6cf29eead8841a1fa7822481cb3af4ddaadba6", + "version" : "2.6.1" + } + } + ], + "version" : 2 +} \ No newline at end of file