diff --git a/RSSBud.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/RSSBud.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index db3bf03b..c0724d2e 100644 --- a/RSSBud.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/RSSBud.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,25 +1,23 @@ { - "object": { - "pins": [ - { - "package": "BetterSafariView", - "repositoryURL": "https://github.com/stleamist/BetterSafariView", - "state": { - "branch": null, - "revision": "be7248720af18c57c7a1348b20f6212379b28c6b", - "version": "2.4.0" - } - }, - { - "package": "Valet", - "repositoryURL": "https://github.com/Square/Valet", - "state": { - "branch": null, - "revision": "2bf3329055f5d71d42a12801dd69d1d770fafa5e", - "version": "4.1.2" - } + "pins" : [ + { + "identity" : "bettersafariview", + "kind" : "remoteSourceControl", + "location" : "https://github.com/stleamist/BetterSafariView", + "state" : { + "revision" : "be7248720af18c57c7a1348b20f6212379b28c6b", + "version" : "2.4.0" } - ] - }, - "version": 1 + }, + { + "identity" : "valet", + "kind" : "remoteSourceControl", + "location" : "https://github.com/Square/Valet", + "state" : { + "revision" : "2bf3329055f5d71d42a12801dd69d1d770fafa5e", + "version" : "4.1.2" + } + } + ], + "version" : 2 }