diff options
Diffstat (limited to 'Tonbo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm')
| -rw-r--r-- | Tonbo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 24 |
1 files changed, 24 insertions, 0 deletions
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 +} |