No commit activity in last 3 years
No release in over 3 years
carthage support tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0

Runtime

 Project Readme

CarthageSupport

It is a tool to automate manual work in xcode which is done when installing library with carthage.This tool will make the following settings.

  • Generate Cartfile
  • Settings Linked Frameworks and Libraries
  • Settings Run script
  • Setting Framework Search Path

Installation

$ gem install carthage_support

Usage

carthage.yml

project_path:
  MyApp.xcodeproj

github "Alamofire/Alamofire":
  - Alamofire.framework

execute

$ cd /path/to/project_root
$ carthage_support setup
・・・
$ carthage update

License

The gem is available as open source under the terms of the MIT License.