Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Proposal: Default to Static Linking #121

Open chrisballinger opened 5 years ago

chrisballinger commented 5 years ago

Including too many dynamic frameworks can dramatically increase launch times:

We used CocoaPods with static linking on a recent project, overall was pretty happy with it.