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.

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top