mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Updates project object version to support BuildIndependentTargetsInParallel setting (#1368)
* feat: updates project object version * updates CHANGELOG.md with PR changes
This commit is contained in:
committed by
GitHub
parent
3a215ce999
commit
c7ae369c14
@@ -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
|
||||
|
||||
@@ -16,7 +16,7 @@ extension Project {
|
||||
}
|
||||
|
||||
var objectVersion: UInt {
|
||||
51
|
||||
54
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 51;
|
||||
objectVersion = 54;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 51;
|
||||
objectVersion = 54;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 51;
|
||||
objectVersion = 54;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 51;
|
||||
objectVersion = 54;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXAggregateTarget section */
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 51;
|
||||
objectVersion = 54;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
|
||||
Reference in New Issue
Block a user