How to update just one library from the Cartfile with Carthage?

前端 未结 9 868

My Cartfile has many libraries. When I do carthage update it goes through all the libraries. That can take very long time.

Is there a way to update just a s

9条回答
  •  孤城傲影
    2021-01-30 10:33

    I ended up writing my own script that builds a single dependency for me and merges it with my existing dependencies. You can find it at https://github.com/ruipfcosta/carthage-workarounds.

提交回复
热议问题