Skip to content

Releases: yonaskolb/XcodeGen

2.40.1

10 Apr 10:54
Compare
Choose a tag to compare

Fixed

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

2.40.0

08 Apr 01:31
Compare
Choose a tag to compare

Added

  • Added support for local Swift packages at the project root by specifying a "" group #1413 @hiltonc
  • Added a custom shell to a scheme's pre and post actions #1430 @balazs-vimn

Changed

  • .xcprivacy files are now not added to any build phases by default #1464 @yonaskolb

2.39.1

15 Feb 10:41
Compare
Choose a tag to compare

Added

Fixed

2.39.0

14 Feb 10:50
Compare
Choose a tag to compare

Added

Fixed

Internal

2.38.0

31 Oct 11:03
Compare
Choose a tag to compare

Added

  • Multi-destination targets #1336 @amatig
    • Added supportedDestinations to target
    • Added optional new platform value of auto when using supportedDestinations
    • Added destinationFilters for sources and dependencies
    • Added inferDestinationFiltersByPath, a convenience filter for sources
  • .mlpackage files now default to being a source type #1398 @aaron-foreflight
  • Added support for Build Tool Plug-ins in AggregateTarget #1390 @BarredEwe

Fixed

  • Fixed source file includes not working when no paths were found #1337 @shnhrrsn
  • Supports specifying multiple package products #1395 @simonbs

2.37.0

16 Aug 13:53
Compare
Choose a tag to compare

Added

2.36.1

14 Aug 01:00
Compare
Choose a tag to compare

Fixed

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

2.36.0

12 Aug 14:29
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Fix external dependencies from being removed by Xcode #1354 @OdNairy
  • Stop creating orphaned object references when reusing references to external dependencies #1377 @liamnichols

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