Skip to content

Releases: yonaskolb/XcodeGen

2.35.0

27 Apr 07:07
Compare
Choose a tag to compare

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

2.34.0

23 Feb 22:57
aa7fed0
Compare
Choose a tag to compare

Changed

Fixed

  • Fix includes when the projectRoot is a relative path #1262 @CraigSiemens
  • Renamed build phase Embed App Extensions to Embed Foundation Extensions to fix Xcode 14 warning #1310 @casperriboe

2.33.0

09 Dec 10:38
Compare
Choose a tag to compare

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

2.32.0

18 Aug 14:55
Compare
Choose a tag to compare

Added

Fixed

2.31.0

24 Jul 06:12
Compare
Choose a tag to compare

Added

2.30.0

16 Jul 07:00
Compare
Choose a tag to compare

Added

  • Added support for new target type extensionkit-extension in Xcode 14 #1228 @aleksproger

Changed

  • Speed up generating build settings for large projects #1221 @jpsim

Fixed

  • Fix XcodeGen building as library after breaking XcodeProj update 8.8.0 #1228 @aleksproger

2.29.0

10 May 05:09
Compare
Choose a tag to compare

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

  • Fixed an issue where DocC was not added to source file list #1202 @hiragram

Changed

2.28.0

31 Mar 05:26
Compare
Choose a tag to compare

Added

Fixed

  • Fix Monterey macOS shell version, shell login flag for environments #1167 @bimawa
  • Fixed crash caused by a simultaneous write during a glob processing #1177 @tr1ckyf0x

Changed

Commits

2.27.0

20 Mar 04:11
Compare
Choose a tag to compare

Added

Fixed

  • Fixed crash caused by a simultaneous write during a glob processing #1177 @tr1ckyf0x
  • Skip generating empty compile sources build phases for watch apps #1185 @evandcoleman

Commits

2.26.0

06 Feb 22:29
Compare
Choose a tag to compare

Added

Changed

Commits