From 3250d3aef6c6b95adf4e23320e9a7b4b9cd39370 Mon Sep 17 00:00:00 2001 From: onevcat Date: Tue, 10 Feb 2026 10:17:12 +0900 Subject: [PATCH] Fix Xcode App workspace package resolution Update the App project's workspace Package.resolved to current v3 format and drop the removed benoit-pereira-da-silva/CommandLine dependency. --- .../xcshareddata/swiftpm/Package.resolved | 79 +++++++++---------- 1 file changed, 39 insertions(+), 40 deletions(-) diff --git a/App/fengniao.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/App/fengniao.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index c6062d0..a93fd0a 100644 --- a/App/fengniao.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/App/fengniao.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,43 +1,42 @@ { - "object": { - "pins": [ - { - "package": "CommandLineKit", - "repositoryURL": "https://github.com/benoit-pereira-da-silva/CommandLine.git", - "state": { - "branch": null, - "revision": "3eaafd5941e359f025a411e3b5947f96d82d1bc9", - "version": "4.0.9" - } - }, - { - "package": "PathKit", - "repositoryURL": "https://github.com/kylef/PathKit.git", - "state": { - "branch": null, - "revision": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574", - "version": "1.0.1" - } - }, - { - "package": "Rainbow", - "repositoryURL": "https://github.com/onevcat/Rainbow.git", - "state": { - "branch": null, - "revision": "626c3d4b6b55354b4af3aa309f998fae9b31a3d9", - "version": "3.2.0" - } - }, - { - "package": "Spectre", - "repositoryURL": "https://github.com/kylef/Spectre.git", - "state": { - "branch": null, - "revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7", - "version": "0.10.1" - } + "originHash" : "aee58651e5dc9820a40e70830abc3a55148f88c2a93e3e431834ee554a05fd3d", + "pins" : [ + { + "identity" : "pathkit", + "kind" : "remoteSourceControl", + "location" : "https://github.com/kylef/PathKit.git", + "state" : { + "revision" : "3bfd2737b700b9a36565a8c94f4ad2b050a5e574", + "version" : "1.0.1" } - ] - }, - "version": 1 + }, + { + "identity" : "rainbow", + "kind" : "remoteSourceControl", + "location" : "https://github.com/onevcat/Rainbow.git", + "state" : { + "revision" : "626c3d4b6b55354b4af3aa309f998fae9b31a3d9", + "version" : "3.2.0" + } + }, + { + "identity" : "spectre", + "kind" : "remoteSourceControl", + "location" : "https://github.com/kylef/Spectre.git", + "state" : { + "revision" : "26cc5e9ae0947092c7139ef7ba612e34646086c7", + "version" : "0.10.1" + } + }, + { + "identity" : "swift-argument-parser", + "kind" : "remoteSourceControl", + "location" : "https://github.com/apple/swift-argument-parser.git", + "state" : { + "revision" : "c5d11a805e765f52ba34ec7284bd4fcd6ba68615", + "version" : "1.7.0" + } + } + ], + "version" : 3 }