nek023 / Lin-Xcode5

A Localization Manager for Xcode 5
http://questbe.at/lin/
MIT License
969 stars 77 forks source link

Performance #19

Closed jasonhotsauce closed 10 years ago

jasonhotsauce commented 10 years ago

I realized that Lin did localized string file collection on the main thread, which was ok for small project/workspace, but if you have a bigger localizationString file, the performance was quite bad. I put the heavy work in the background and make sure it doesn't block the main thread.

nek023 commented 10 years ago

Sorry for my late review. Thank you for your contribution, @jasonhotsauce!

LGTM