Skip to content

Commit 2579f0d

Browse files
Merge pull request #2 from michaelversus/feature/xcode_16_format_support
update xcodeproj dependency to support xcode 16 format
2 parents 76dc69f + 92bfa60 commit 2579f0d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
platforms: [.macOS(.v14)],
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.0"),
11-
.package(url: "https://github.com/tuist/XcodeProj.git", .upToNextMajor(from: "9.5.0")),
11+
.package(url: "https://github.com/tuist/XcodeProj.git", .upToNextMajor(from: "9.7.1")),
1212
.package(url: "https://github.com/tuist/Path.git", .upToNextMajor(from: "0.3.8"))
1313
],
1414
targets: [

0 commit comments

Comments
 (0)