| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xcodegen.artifactbundle.zip | 2026-07-16 | 4.3 MB | |
| xcodegen.zip | 2026-07-16 | 4.3 MB | |
| 2.46.0 source code.tar.gz | 2026-07-16 | 1.6 MB | |
| 2.46.0 source code.zip | 2026-07-16 | 1.8 MB | |
| README.md | 2026-07-16 | 638 Bytes | |
| Totals: 5 Items | 11.9 MB | 18 | |
Added
- Added support for Swift package
traitson remote and local package references, so generated projects preserve the configured trait selections [#1629] @philprime
Changed
- Targets in the generated project now follow the declaration order from the source spec (Xcode sidebar,
xcodebuild -listoutput). Previously they were always sorted alphabetically. Applies to both YAML and JSON specs. Declaration order is now also preserved for targets whoseplatform/namecome from a target template and for targets whose key is a${VARIABLE}. [#1619] @mirkokg
Internal
- Update to XcodeProj 9.14.0 [#1629] @philprime