1.26.0
Added
- Extend the tree-shaking logic to include workspace projects and targets #2056 by @pepibumur.
Changed
- Change
launchArguments
ofTarget
andRunAction
to ordered array so order can be preserved #2052 by @olejnjak. - Added
Package.swift
to some subdirectories to prevent Xcode from including them in the generated Xcode project #2058 by @pepibumur.
Fixed
- Fixed signing linter for target with bundle identifier derived from build settings #2031 by @leszko11.
- Fix hashing preaction with path to nil #2074 by @fortmarek
- Correct the
TEST_HOST
path for the macOS Platform #2034 by @ferologics