diff --git a/Demo/Demo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Demo/Demo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 2a81f2a..466e3c1 100644 --- a/Demo/Demo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Demo/Demo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,16 +1,14 @@ { - "object": { - "pins": [ - { - "package": "Delegate", - "repositoryURL": "https://github.com/onevcat/Delegate.git", - "state": { - "branch": null, - "revision": "45c5ec58d5a9656a9cc729506e0ed3093ca8f772", - "version": "1.1.1" - } + "pins" : [ + { + "identity" : "delegate", + "kind" : "remoteSourceControl", + "location" : "https://github.com/onevcat/Delegate", + "state" : { + "revision" : "499e507f2a68d6e8737f7f6f7c0385596b4398fc", + "version" : "1.2.0" } - ] - }, - "version": 1 + } + ], + "version" : 2 } diff --git a/Package.resolved b/Package.resolved index 2a81f2a..a61d782 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,16 +1,14 @@ { - "object": { - "pins": [ - { - "package": "Delegate", - "repositoryURL": "https://github.com/onevcat/Delegate.git", - "state": { - "branch": null, - "revision": "45c5ec58d5a9656a9cc729506e0ed3093ca8f772", - "version": "1.1.1" - } + "pins" : [ + { + "identity" : "delegate", + "kind" : "remoteSourceControl", + "location" : "https://github.com/onevcat/Delegate.git", + "state" : { + "revision" : "499e507f2a68d6e8737f7f6f7c0385596b4398fc", + "version" : "1.2.0" } - ] - }, - "version": 1 + } + ], + "version" : 2 } diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index 98da358..80c6b90 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -8,7 +8,7 @@ let package = Package( .library(name: "APNGKit", targets: ["APNGKit"]) ], dependencies: [ - .package(url: "https://github.com/onevcat/Delegate.git", from: "1.1.1") + .package(url: "https://github.com/onevcat/Delegate.git", from: "1.2.0") ], targets: [ .target(