Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
xcodegen.zip | 2025-07-17 | 4.3 MB | |
xcodegen.artifactbundle.zip | 2025-07-17 | 4.3 MB | |
2.44.0 source code.tar.gz | 2025-07-17 | 1.6 MB | |
2.44.0 source code.zip | 2025-07-17 | 1.8 MB | |
README.md | 2025-07-17 | 1.0 kB | |
Totals: 5 Items | 11.9 MB | 0 |
Added
- Basic support for Xcode 16's synchronized folders [#1541] @yonaskolb
TargetSource.type
can now besyncedFolder
Options.defaultSourceDirectoryType
can be set tosyncedFolder
for the default type in all sources in the project (defaults togroup
)- 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 ofLOGNAME
for XCUserData [#1559] @KostyaSha