diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-13 02:17:30 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-13 02:17:30 -0700 |
commit | fd7fb8bb4c2e26ed9a5fbed5b725b8b44869e0b3 (patch) | |
tree | 3df3360dc443db3bdf5ce8dca9c67ddc97f731e0 /iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata | |
parent | 03a6ce44f24795798a6726946bfcd4c6fdbe06e8 (diff) |
basic macOS browser
Diffstat (limited to 'iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata')
-rw-r--r-- | iGopherBrowser.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 32 |
1 files changed, 32 insertions, 0 deletions
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 +} |