leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

[Question] Does `binary` here means dynamic framework? #90

Closed allenlinli closed 4 years ago

allenlinli commented 4 years ago

As title. Sorry I am confused with the term here, even though you mentioned static framework.

ajjnix commented 4 years ago

@allenlinli binary is just mean that your code is compiled in framework. Framework can be static or dynamic but this is about another. In cocoapods you can set mach-type to static or dynamic before cocoapods-binary will start prebuild phase.

allenlinli commented 4 years ago

I think you mean binary can be either dynamic framework or static framework. I was confused since it wasn't cocoapods-framework. But I got it now, thank you @ajjnix .