Releases: artemnovichkov/Carting
Releases · artemnovichkov/Carting
2.1.6
Added:
- Support for Application Extensions via @RustyKnight. Related to #65.
Installation
Fixed:
- Installation via mint and homebrew. Related to #63.
It's not an error!
Added:
- Replace "nothing to update" error with prints. Related to #62.
All about errors
Added:
- Error message for no application targets
Arguments
Added
- Migrate from SPMUtility to ArgumentParser.
Multiple projects
Paths. Again.
Fixed:
- Paths to the project file
All about paths
Fixed:
- Default path to project file. Related to #54.
Xcodeproj for parsing
Added:
- Parsing project files with Xcodeproj
- Reading enviroment variables
Your path
Fixed:
- Wrap filenames via double quote on chmod shell command. Thanks to @getogrand.