Carthage: How to get the very latest version of a given repository?

前端 未结 4 1639
醉酒成梦
醉酒成梦 2021-02-01 15:38

The Cartfile documentation makes the assertion:

If no version requirement is given, any version of the dependency is allowed.

with t

4条回答
  •  伪装坚强ぢ
    2021-02-01 16:17

    Just leave the version number out. Mine looks like this and it works:

    github "Alamofire/Alamofire"
    github "auth0/JWTDecode.swift"
    

提交回复
热议问题