Skip to content

Commit 690306c

Browse files
Merge branch 'main' into feat/default-configuration-settings
2 parents 5a88da4 + d490b5d commit 690306c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
tuist = "4.49.1"
2+
tuist = "4.50.1"
33
swiftlint = "0.54.0"
44
swiftformat = "0.53.3"
55
"git-cliff" = "2.6.1"

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
818
## [1.10.10] - 2025-05-16
919
### Details
1020
#### Chore
@@ -786,6 +796,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
786796

787797
## New Contributors
788798
* @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
789801
[1.10.10]: https://github.com/tuist/XcodeGraph/compare/1.10.9..1.10.10
790802
[1.10.9]: https://github.com/tuist/XcodeGraph/compare/1.10.8..1.10.9
791803
[1.10.8]: https://github.com/tuist/XcodeGraph/compare/1.10.7..1.10.8

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ let package = Package(
8080
dependencies: [
8181
.package(url: "https://github.com/Flight-School/AnyCodable", .upToNextMajor(from: "0.6.7")),
8282
.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")),
8484
.package(url: "https://github.com/tuist/Command.git", from: "0.13.0"),
8585
.package(url: "https://github.com/tuist/FileSystem.git", .upToNextMajor(from: "0.9.1")),
8686
.package(url: "https://github.com/apple/swift-service-context", .upToNextMajor(from: "1.2.0")),

0 commit comments

Comments
 (0)