Nowadays mixed iOS projects (Swift, Objective-C) dependencies no longer need to be linked as dynamic frameworks. So we can start to link statically and improve app launch time.
[ ] change framework type to Match-O
[ ] Update Carthage archive script for .travic.yml
[ ] Update README.md and point that from 1.0.6 we link statically.
Nowadays mixed iOS projects (Swift, Objective-C) dependencies no longer need to be linked as dynamic frameworks. So we can start to link statically and improve app launch time.
[ ] change framework type to
Match-O
[ ] Update Carthage archive script for
.travic.yml
[ ] Update README.md and point that from
1.0.6
we link statically.