From 9dace9a16c1905421a635088703134f36ede61a0 Mon Sep 17 00:00:00 2001 From: tisfeng Date: Thu, 28 Dec 2023 22:30:51 +0800 Subject: [PATCH] chore: add missed swiftpm --- .../xcshareddata/swiftpm/Package.resolved | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 000000000..6b65b55b5 --- /dev/null +++ b/Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,68 @@ +{ + "pins" : [ + { + "identity" : "alamofire", + "kind" : "remoteSourceControl", + "location" : "https://github.com/Alamofire/Alamofire", + "state" : { + "revision" : "3dc6a42c7727c49bf26508e29b0a0b35f9c7e1ad", + "version" : "5.8.1" + } + }, + { + "identity" : "cryptoswift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/krzyzanowskim/CryptoSwift", + "state" : { + "revision" : "db51c407d3be4a051484a141bf0bff36c43d3b1e", + "version" : "1.8.0" + } + }, + { + "identity" : "hue", + "kind" : "remoteSourceControl", + "location" : "https://github.com/zenangst/Hue", + "state" : { + "revision" : "b9d920cee4ba795fefb828d130744eee1e3d2feb", + "version" : "5.0.1" + } + }, + { + "identity" : "realm-core", + "kind" : "remoteSourceControl", + "location" : "https://github.com/realm/realm-core.git", + "state" : { + "revision" : "7227d6a447821c28895daa099b6c7cd4c99d461b", + "version" : "13.25.1" + } + }, + { + "identity" : "realm-swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/realm/realm-swift.git", + "state" : { + "revision" : "569c656a8494ad03d790fd1075338c1da92d495a", + "version" : "10.45.2" + } + }, + { + "identity" : "snapkit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/SnapKit/SnapKit", + "state" : { + "revision" : "f222cbdf325885926566172f6f5f06af95473158", + "version" : "5.6.0" + } + }, + { + "identity" : "swiftshell", + "kind" : "remoteSourceControl", + "location" : "https://github.com/kareman/SwiftShell", + "state" : { + "revision" : "99680b2efc7c7dbcace1da0b3979d266f02e213c", + "version" : "5.1.0" + } + } + ], + "version" : 2 +}