Skip to content

Releases: artemnovichkov/Carting

Add check of Carthage framework

24 Jul 14:53
Compare
Choose a tag to compare

Added:

  • Check of linked Carthage frameworks count to prevent adding Carthage script without paths

Fixed:

  • Adding paths for frameworks built not by Carthage. Related to #1. Thanks to @virusman!

Multiple targets support

08 Jul 06:49
Compare
Choose a tag to compare

Added:

  • Adding Carthage script to every target if needed
  • Checking of linked frameworks instead of Carthage folder

Fixed:

  • Script body mapping

Adding a new script

04 Jul 16:28
Compare
Choose a tag to compare
  • Add parsing of targets and build phases;
  • Add creating of a new script if there is no scripts with the name.

Basic implementation

03 Jul 18:36
Compare
Choose a tag to compare
  • Add updating of early created script;
  • Add script name as first command line parameter;
  • Add Carthage and Marathon support.