diff --git a/SwiftMetaModelGenerator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/SwiftMetaModelGenerator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index bf4cc8ea5a722edaaddb75291704b25b1ff242ec..8b6d296a3c09018ad9b09cf279964f63307c40f8 100644 --- a/SwiftMetaModelGenerator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/SwiftMetaModelGenerator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,52 +1,50 @@ { - "object": { - "pins": [ - { - "package": "PathKit", - "repositoryURL": "https://github.com/kylef/PathKit.git", - "state": { - "branch": null, - "revision": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574", - "version": "1.0.1" - } - }, - { - "package": "Spectre", - "repositoryURL": "https://github.com/kylef/Spectre.git", - "state": { - "branch": null, - "revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7", - "version": "0.10.1" - } - }, - { - "package": "Stencil", - "repositoryURL": "https://github.com/kylef/Stencil.git", - "state": { - "branch": null, - "revision": "973e190edf5d09274e4a6bc2e636c86899ed84c3", - "version": "0.14.1" - } - }, - { - "package": "swift-argument-parser", - "repositoryURL": "https://github.com/apple/swift-argument-parser", - "state": { - "branch": null, - "revision": "d2930e8fcf9c33162b9fcc1d522bc975e2d4179b", - "version": "1.0.1" - } - }, - { - "package": "SwiftSyntax", - "repositoryURL": "https://github.com/apple/swift-syntax.git", - "state": { - "branch": null, - "revision": "75e60475d9d8fd5bbc16a12e0eaa2cb01b0c322e", - "version": "0.50500.0" - } + "pins" : [ + { + "identity" : "pathkit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/kylef/PathKit.git", + "state" : { + "revision" : "3bfd2737b700b9a36565a8c94f4ad2b050a5e574", + "version" : "1.0.1" } - ] - }, - "version": 1 + }, + { + "identity" : "spectre", + "kind" : "remoteSourceControl", + "location" : "https://github.com/kylef/Spectre.git", + "state" : { + "revision" : "26cc5e9ae0947092c7139ef7ba612e34646086c7", + "version" : "0.10.1" + } + }, + { + "identity" : "stencil", + "kind" : "remoteSourceControl", + "location" : "https://github.com/kylef/Stencil.git", + "state" : { + "revision" : "ccd9402682f4c07dac9561befd207c8156e80e20", + "version" : "0.14.2" + } + }, + { + "identity" : "swift-argument-parser", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-argument-parser", + "state" : { + "revision" : "82905286cc3f0fa8adc4674bf49437cab65a8373", + "version" : "1.1.1" + } + }, + { + "identity" : "swift-syntax", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-syntax.git", + "state" : { + "revision" : "0b6c22b97f8e9320bca62e82cdbee601cf37ad3f", + "version" : "0.50600.1" + } + } + ], + "version" : 2 }