From 9df99a78e2780dd7445ff1e46d58094e584de8ae Mon Sep 17 00:00:00 2001 From: Wojciech Kulik <3128467+wojciech-kulik@users.noreply.github.com> Date: Tue, 1 Sep 2026 13:00:18 +0200 Subject: [PATCH] fix: adjust pbxproj format --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index dd7da31..92a64b7 100644 --- a/Package.resolved +++ b/Package.resolved @@ -39,10 +39,10 @@ { "identity" : "xcodeproj", "kind" : "remoteSourceControl", - "location" : "https://github.com/tuist/XcodeProj.git", + "location" : "https://github.com/wojciech-kulik/XcodeProj.git", "state" : { - "revision" : "fb79d68bc758cdb00079d72b6c8b899d99f5f15e", - "version" : "9.12.0" + "branch" : "main", + "revision" : "db12c9c410baf83ca414b7a6b7150759acddf85f" } } ], diff --git a/Package.swift b/Package.swift index a7ed63e..c2226b9 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( .executable(name: "xcp", targets: ["XcodeProjectCLI"]) ], dependencies: [ - .package(url: "https://github.com/tuist/XcodeProj.git", .upToNextMajor(from: "9.12.0")), + .package(url: "https://github.com/wojciech-kulik/XcodeProj.git", branch: "main"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0") ], targets: [