This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
1.4.5
Added
- Default values to some parameters in the configuration
Changed
- SPM projects are converted to pbxproj by default. There is a new option to use
swift test
for building and running tests. Its not recommended because if a test crashes all the rest of the process just exits, so you cannot get crash information or results for the following tests. SPM project can also support platforms for building again.