XcodeGen v2.1.0 Release Notes

Release Date: 2018-12-18 // over 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