XcodeGen v2.8.0 Release Notes

Release Date: 2019-09-28 // over 4 years ago
  • โž• Added

    • โž• Added support for Swift Package dependencies #624 @yonaskolb
    • Added includes to sources for a Target. This follows the same glob-style as excludes but functions as a way to only include files that match a specified pattern. Useful if you only want a certain file type, for example specifying **/*.swift. #637 @bclymer
    • ๐Ÿ‘Œ Support dylib SDK. #650 @kateinoigakukun
    • โž• Added language and region options for run and test scheme #654 @kateinoigakukun
    • โž• Added debugEnabled option for run and test scheme #657 @kateinoigakukun

    ๐Ÿ›  Fixed

    • Expand template variable in Array of Any #651 @kateinoigakukun
    • ๐ŸŽ Significantly improve performance when running with a large number files. #658 @kateinoigakukun
    • โœ‚ Removed some more diffs between the generated .pbxproj and when Xcode resaves it #663 @yonaskolb

    Internal

    Commits