Question

I'm working on a new project with an old dependency. The dependency has localization which is sorted in directories with the longer format names (English.lproj, German.lproj, etc.), but the new project is using the newer country codes (en.lproj, de.lproj).

Is there a hassle-free way to handle this? The old dependency is also used in a few other projects so I'd like to avoid ripping it apart too much if possible.

Was it helpful?

Solution

I'm hoping there is a better way than this (perhaps you can try the XCode project validation feature such as shown here, you never know), but manual edits are documented here: http://eschatologist.net/blog/?p=224

It's a three-years old document though, so it might be out of date.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top