From a73d07d0eedbc49f942fdb637ad4e8f216f473f3 Mon Sep 17 00:00:00 2001 From: Diogo Tridapalli Date: Thu, 22 Jan 2026 00:15:47 -0300 Subject: [PATCH 1/2] Update XcodeProj dependency to 9.x Bump XcodeProj from 8.0.0 to 9.0.0, allowing resolution to 9.7.2. Co-Authored-By: Claude Opus 4.5 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 51aa15d..624de35 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"), - .package(url: "https://github.com/tuist/XcodeProj.git", from: "8.0.0") + .package(url: "https://github.com/tuist/XcodeProj.git", from: "9.0.0") ], targets: [ .plugin( From f9b8108f10d85fec6f1866653f9b309f31b01568 Mon Sep 17 00:00:00 2001 From: Diogo Tridapalli Date: Thu, 22 Jan 2026 00:18:49 -0300 Subject: [PATCH 2/2] Bump version to 1.0.1 Co-Authored-By: Claude Opus 4.5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1