From fd7fb8bb4c2e26ed9a5fbed5b725b8b44869e0b3 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 13 Dec 2023 02:17:30 -0700 Subject: basic macOS browser --- .../xcshareddata/swiftpm/Package.resolved | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (limited to 'iGopherBrowser.xcodeproj/project.xcworkspace') diff --git a/iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..85a7d8c --- /dev/null +++ b/iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,32 @@ +{ + "pins" : [ + { + "identity" : "swift-atomics", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-atomics.git", + "state" : { + "revision" : "cd142fd2f64be2100422d658e7411e39489da985", + "version" : "1.2.0" + } + }, + { + "identity" : "swift-collections", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-collections.git", + "state" : { + "revision" : "a902f1823a7ff3c9ab2fba0f992396b948eda307", + "version" : "1.0.5" + } + }, + { + "identity" : "swift-nio", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-nio", + "state" : { + "revision" : "702cd7c56d5d44eeba73fdf83918339b26dc855c", + "version" : "2.62.0" + } + } + ], + "version" : 2 +} -- cgit v1.2.3