3a4oT / DateToolsObjC

Package for Objective-C DateTools library. Parse, validate, manipulate, and display dates, time and timezones
MIT License
3 stars 2 forks source link

Change Mach-O type to static #7

Open 3a4oT opened 5 years ago

3a4oT commented 5 years ago

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.

3a4oT commented 5 years ago

Let's wait until https://github.com/Carthage/Carthage/issues/2623 resolved.

3a4oT commented 4 years ago

I've created https://github.com/Carthage/Carthage/pull/3052