문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top