Skip to content

2.8.0

Compare
Choose a tag to compare
@yonaskolb yonaskolb released this 28 Sep 06:20
· 672 commits to master since this release

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

Internal

Commits