github yonaskolb/XcodeGen 2.1.0

latest releases: 2.41.0, 2.40.1, 2.40.0...
5 years ago

Added

  • Added an experiment new caching feature. Pass --use-cache to opt in. This will read and write from a cache file to prevent unnecessarily generating the project. Give it a try as it may become the default in a future release #412 @yonaskolb

Changed

  • Changed spelling of build phases to preBuildPhase and postBuildPhase. The older names are deprecated but still work #402 @brentleyjones
  • Moved generation to a specific subcommand xcodegen generate. Simple xcodegen will continue to work for now #437 @yonaskolb
  • If INFOPLIST_FILE has been set on a target, then an info path won't ovewrite it #443 @feischl97

Fixed

  • Fixed XPC Service package type in generated Info.plist #435 @alvarhansen
  • Fixed phase ordering for modulemap and static libary header Copy File phases. 402 @brentleyjones
  • Fixed intermittent errors when running multiple xcodegens concurrently #450 @bryansum
  • Fixed --project argument not working #437 @yonaskolb
  • Fixed unit tests not hooking up to host applications properly by default. They now generate a TEST_HOST and a TestTargetID #452 @yonaskolb
  • Fixed static libraries not including external frameworks in their search paths #454 @brentleyjones
  • Add .intentdefinition files to sources build phase instead of resources #442 @yonaskolb
  • Add mlmodel files to sources build phase instead of resources #457 @dwb357

Commits

Don't miss a new XcodeGen release

NewReleases is sending notifications on new releases.