File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
[tools ]
2
- tuist = " 4.49 .1"
2
+ tuist = " 4.50 .1"
3
3
swiftlint = " 0.54.0"
4
4
swiftformat = " 0.53.3"
5
5
"git-cliff" = " 2.6.1"
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.10.12] - 2025-05-19
9
+ ### Details
10
+ #### Chore
11
+ - Update dependency tuist/xcodeproj to from: "9.4.1" by @renovate [ bot] in [ #197 ] ( https://github.com/tuist/XcodeGraph/pull/197 )
12
+
13
+ ## [ 1.10.11] - 2025-05-16
14
+ ### Details
15
+ #### Chore
16
+ - Update dependency tuist to v4.50.1 by @renovate [ bot] in [ #193 ] ( https://github.com/tuist/XcodeGraph/pull/193 )
17
+
8
18
## [ 1.10.10] - 2025-05-16
9
19
### Details
10
20
#### Chore
@@ -786,6 +796,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
786
796
787
797
## New Contributors
788
798
* @darrarski made their first contribution
799
+ [ 1.10.12 ] : https://github.com/tuist/XcodeGraph/compare/1.10.11..1.10.12
800
+ [ 1.10.11 ] : https://github.com/tuist/XcodeGraph/compare/1.10.10..1.10.11
789
801
[ 1.10.10 ] : https://github.com/tuist/XcodeGraph/compare/1.10.9..1.10.10
790
802
[ 1.10.9 ] : https://github.com/tuist/XcodeGraph/compare/1.10.8..1.10.9
791
803
[ 1.10.8 ] : https://github.com/tuist/XcodeGraph/compare/1.10.7..1.10.8
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ let package = Package(
80
80
dependencies: [
81
81
. package ( url: " https://github.com/Flight-School/AnyCodable " , . upToNextMajor( from: " 0.6.7 " ) ) ,
82
82
. package ( url: " https://github.com/tuist/Path.git " , . upToNextMajor( from: " 0.3.8 " ) ) ,
83
- . package ( url: " https://github.com/tuist/XcodeProj " , . upToNextMajor( from: " 9.4.0 " ) ) ,
83
+ . package ( url: " https://github.com/tuist/XcodeProj " , . upToNextMajor( from: " 9.4.1 " ) ) ,
84
84
. package ( url: " https://github.com/tuist/Command.git " , from: " 0.13.0 " ) ,
85
85
. package ( url: " https://github.com/tuist/FileSystem.git " , . upToNextMajor( from: " 0.9.1 " ) ) ,
86
86
. package ( url: " https://github.com/apple/swift-service-context " , . upToNextMajor( from: " 1.2.0 " ) ) ,
You can’t perform that action at this time.
0 commit comments