Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 29, 2024

This PR contains the following updates:

Package Update Change
yonaskolb/xcodegen minor 2.23.1 -> 2.44.1

Release Notes

yonaskolb/xcodegen (yonaskolb/xcodegen)

v2.44.1

Compare Source

Fixed

v2.44.0

Compare Source

Added
  • Basic support for Xcode 16's synchronized folders #​1541 @​yonaskolb
    • TargetSource.type can now be syncedFolder
    • Options.defaultSourceDirectoryType can be set to syncedFolder for the default type in all sources in the project (defaults to group)
    • Benefits include faster generation and no cache invalidation or need to regenerate when files are added or removed from these folders
    • Note that not all TargetSource options like excludes are supported, just a simple path. Please test and see what is missing in your projects
  • Added sanitizer options to run and test actions in Scheme #​1550 @​hi-kumar
Fixed
  • Added validation to ensure that all values in settings.configs are mappings. Previously, passing non-mapping values did not raise an error, making it difficult to detect misconfigurations. Now, SpecParsingError.invalidConfigsMappingFormat is thrown if misused. #​1547 @​Ryu0118
  • Use USER instead of LOGNAME for XCUserData #​1559 @​KostyaSha

v2.43.0

Compare Source

Added
Changes
Fixed
  • Breaking: fileGroups are now relative paths when in included files, like other paths #​1534 @​shnhrrsn
  • Breaking: Local package paths are now relative paths when in included files, like other paths #​1498 @​juri
  • Optional groups are no longer skipped when missing and generating projects from a different directory #​1529 @​SSheldon
Internal

v2.42.0

Compare Source

Added
Changed
Removed
  • Removed xcodegen dump --type graphviz as graphviz no longer builds in Swift 6 and is no longer maintained. If anyone uses this feature and wishes to keep it, please submit a PR providing a suitable alternative. #​1485 @​giginet

v2.41.0

Compare Source

Added
  • Added xcodegen cache command that writes the cache. Useful for post-commit git hook integration #​1476 @​yonaskolb
Changed
Fixed
  • Fixed supportedDestinations validation when it contains watchOS for multiplatform apps. #​1470 @​tatsuky

v2.40.1

Compare Source

Fixed
  • Reverted .xcprivacy handling. They will now again be treated as resources by default @​yonaskolb

v2.40.0

Compare Source

Added
Changed

v2.39.1

Compare Source

Added
Fixed

v2.39.0

Compare Source

Added
Fixed
Internal

v2.38.0

Compare Source

Added
Fixed

v2.37.0

Compare Source

Added

v2.36.1

Compare Source

Fixed
  • Revert addition of ENABLE_MODULE_VERIFIER build setting for causing issues in tests and some setups #​1387 @​yonaskolb

v2.36.0

Compare Source

Added
Changed
Fixed

v2.35.0

Compare Source

Added
Fixed
  • Fix case where source paths may not be deduplicated correctly resulting in duplicate groups and/or a crash in running Xcodegen #​1341 @​dalemyers

v2.34.0

Compare Source

Changed
Fixed

v2.33.0

Compare Source

Added
  • Added support for enableGPUFrameCaptureMode #​1251 @​bsudekum
  • Config setting presets can now also be loaded from the main bundle when bundling XcodeGenKit #​1135 @​SofteqDG
  • Added ability to generate multiple projects in one XcodeGen launch #​1270 @​skofgar
  • Use memoization during recursive SpecFiles creation. This provides a drastic performance boost with lots of recursive includes #​1275 @​ma-oli
Fixed
Internal

v2.32.0

Compare Source

Added
Fixed

v2.31.0

Compare Source

Added

v2.30.0

Compare Source

Added
Changed
Fixed

v2.29.0

Compare Source

Some support for Xcode Test Plans has been added. For now test plans are not generated by XcodeGen and must be created in Xcode and checked in, and then referenced by path. If the test targets are added, removed or renamed, the test plans may need to be updated in Xcode

Added
  • Schemes and Target Schemes can now reference existing Test Plans under {scheme}.test.testPlans and {target}.scheme.testPlans, respectively. #​716 @​yonaskolb @​omares
Fixed
Changed

v2.28.0

Compare Source

Added
Fixed
Changed

v2.27.0

Compare Source

Added
Fixed

v2.26.0

Compare Source

Added
Changed

v2.25.0

Compare Source

Added
Fixed
Changed

v2.24.0

Compare Source

Added
Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/yonaskolb-xcodegen-2.x branch from c5e4888 to 2a80d34 Compare July 11, 2024 14:06
@renovate renovate bot changed the title Update dependency yonaskolb/xcodegen to v2.41.0 Update dependency yonaskolb/xcodegen to v2.42.0 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/yonaskolb-xcodegen-2.x branch from 2a80d34 to 42c5e08 Compare April 15, 2025 17:07
@renovate renovate bot changed the title Update dependency yonaskolb/xcodegen to v2.42.0 Update dependency yonaskolb/xcodegen to v2.43.0 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/yonaskolb-xcodegen-2.x branch from 42c5e08 to 78d5c0c Compare July 17, 2025 07:44
@renovate renovate bot changed the title Update dependency yonaskolb/xcodegen to v2.43.0 Update dependency yonaskolb/xcodegen to v2.44.0 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/yonaskolb-xcodegen-2.x branch from 78d5c0c to 430a867 Compare July 22, 2025 18:15
@renovate renovate bot changed the title Update dependency yonaskolb/xcodegen to v2.44.0 Update dependency yonaskolb/xcodegen to v2.44.1 Jul 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant