From 92bfa604782b5b9c294e1b25cd920bee2faf3fa3 Mon Sep 17 00:00:00 2001 From: Michalis Karagiorgos Date: Mon, 29 Dec 2025 17:47:51 +0200 Subject: [PATCH] update xcodeproj dependency to support xcode 16 format --- Package.resolved | 8 ++++---- Package.swift | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.resolved b/Package.resolved index e5686b0..eae21e8 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "7d29a0a50e5c5d656a6f6c7d94c02fe441934d31658565f5e2b0211641d22a07", + "originHash" : "641bf5dfb3ef710c6e5f8d0fc5754b8a702315f491ed59e1af805ab64d1edd24", "pins" : [ { "identity" : "aexml", @@ -49,10 +49,10 @@ { "identity" : "xcodeproj", "kind" : "remoteSourceControl", - "location" : "https://github.com/tuist/XcodeProj", + "location" : "https://github.com/tuist/XcodeProj.git", "state" : { - "revision" : "e1f2a4365669e02272b2f381b13a2378b15fb485", - "version" : "9.5.0" + "revision" : "1cf10b32c53e003994f27bb3d37e20dcb941179d", + "version" : "9.7.1" } } ], diff --git a/Package.swift b/Package.swift index ebd5b83..2e32a34 100644 --- a/Package.swift +++ b/Package.swift @@ -8,7 +8,7 @@ let package = Package( platforms: [.macOS(.v14)], dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.0"), - .package(url: "https://github.com/tuist/XcodeProj.git", .upToNextMajor(from: "9.5.0")), + .package(url: "https://github.com/tuist/XcodeProj.git", .upToNextMajor(from: "9.7.1")), .package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.8")) ], targets: [