Skip to content

Commit

Permalink
[Release] XcodeProj 8.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft authored and github-actions[bot] committed Sep 27, 2024
1 parent 2f925d2 commit d257c94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.24.0] - 2024-09-27
### Details
#### Feat
- Make `PBXProject.compatibilityVersion` optional and add `PBXProject.preferredProjectObjectVersion` to support Xcode 16 by @kimdv in [#854](https://github.com/tuist/XcodeProj/pull/854)

## [8.23.11] - 2024-09-27
### Details
#### Chore
Expand All @@ -20,8 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Fix
- Order for `XCLocalSwiftPackageReference` and `XCRemoteSwiftPackageReference` by @kimdv in [#855](https://github.com/tuist/XcodeProj/pull/855)

## New Contributors
* @kimdv made their first contribution in [#855](https://github.com/tuist/XcodeProj/pull/855)
## [8.23.8] - 2024-09-26
### Details
#### Fix
Expand Down Expand Up @@ -78,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Feat
- Introduce the new Xcode 16 models `PBXFileSystemSynchronizedRootGroup` and `PBXFileSystemSynchronizedBuildFileExceptionSet` by @pepicrft in [#827](https://github.com/tuist/XcodeProj/pull/827)

[8.24.0]: https://github.com/tuist/XcodeProj/compare/8.23.11..8.24.0
[8.23.11]: https://github.com/tuist/XcodeProj/compare/8.23.10..8.23.11
[8.23.10]: https://github.com/tuist/XcodeProj/compare/8.23.9..8.23.10
[8.23.9]: https://github.com/tuist/XcodeProj/compare/8.23.8..8.23.9
Expand Down

0 comments on commit d257c94

Please sign in to comment.