oleksii-demedetskyi / Parus

Parus is simple chain style auto-layout helper for objective-c.
MIT License
106 stars 4 forks source link

Carthage distribution #55

Open xNekOIx opened 9 years ago

oleksii-demedetskyi commented 8 years ago

is #46 relate to this?

xNekOIx commented 8 years ago

@DAloG It is somehow related. Indeed.

dodikk commented 8 years ago

@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.

dodikk commented 8 years ago

However, it looks like carthage may start supporting static frameworks https://github.com/Carthage/Carthage/pull/622

ikesyo commented 8 years ago

@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.