Skip to content

Commit

Permalink
Updates project object version to support `BuildIndependentTargetsInP…
Browse files Browse the repository at this point in the history
…arallel` setting (#1368)

* feat: updates project object version

* updates CHANGELOG.md with PR changes
  • Loading branch information
leonardorock committed Aug 7, 2023
1 parent 3a215ce commit c7ae369
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Added `scheme.enableGPUValidationMode` #1294 @LouisLWang
- Added visionOS support #1379 @shiba1014

### Changed

- The project object version has been updated for Xcode 14.3 #1368 @leonardorock

### Fixed

- Fix external dependencies from being removed by Xcode #1354 @OdNairy
Expand Down
2 changes: 1 addition & 1 deletion Sources/XcodeGenKit/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extension Project {
}

var objectVersion: UInt {
51
54
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down
2 changes: 1 addition & 1 deletion Tests/Fixtures/SPM/SPM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXFileReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXAggregateTarget section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXFileReference section */
Expand Down

0 comments on commit c7ae369

Please sign in to comment.