Parus
Parus copied to clipboard
Carthage distribution
is #46 relate to this?
@DAloG It is somehow related. Indeed.
@DAloG , @xNekOIx this is a separate feature. Carthage does not work with static frameworks. It accepts only dynamic frameworks that can only be deployed on iOS 8 and newer.
However, it looks like carthage may start supporting static frameworks https://github.com/Carthage/Carthage/pull/622
@dodikk Carthage/Carthage#622 is not related to static frameworks, that is about a “universal target” (universal means the target can build both OS X and iOS platforms with selecting appropriate scheme). Carthage would not support static frameworks in the future.