From 2e22626a5b994182a5c4990d042de1c3f73e47b3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 13 Feb 2025 02:44:02 -0800 Subject: feat: Initial commit --- .../xcshareddata/swiftpm/Package.resolved | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Tonbo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved (limited to 'Tonbo.xcodeproj/project.xcworkspace/xcshareddata') diff --git a/Tonbo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Tonbo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 0000000..2689329 --- /dev/null +++ b/Tonbo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,24 @@ +{ + "originHash" : "931440278103ba39b2d835f2c346aeb873ebcb4ff41767ce2ae24e250b359dbe", + "pins" : [ + { + "identity" : "apollo-ios", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apollographql/apollo-ios.git", + "state" : { + "revision" : "e98e9d3b398b6005149074d51b097e31aaa44f63", + "version" : "1.17.0" + } + }, + { + "identity" : "sqlite.swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/stephencelis/SQLite.swift.git", + "state" : { + "revision" : "a95fc6df17d108bd99210db5e8a9bac90fe984b8", + "version" : "0.15.3" + } + } + ], + "version" : 3 +} -- cgit v1.2.3