mixpanel / mixpanel-iphone

Official iOS (Objective-C) Tracking Library for Mixpanel Analytics
http://mixpanel.com
Apache License 2.0
1.05k stars 564 forks source link

fix(carthage): allow Carthage builds to work like CocoaPods #921

Closed davidgovea closed 3 years ago

davidgovea commented 3 years ago

Closes #920 see details

fix(carthage): allow Carthage builds to work like CocoaPods
via setting of DYLIB_CURRENT_VERSION and DYLIB_COMPATIBILITY_VERSION.

Related PRs: https://github.com/jpsim/Yams/pull/132 https://github.com/SnapKit/SnapKit/pull/646