I have a universal application with some localization. My problem is with screensaver screens.
I need 6 screensavers. iPad, iPhone, iPhoneRetina (in English) and iPad, iPhone, iPhoneRetina (in local language)
I have a file for iPad English Splash called "Default.png". When I select this file in the project navigator, I can add a localized version by clicking the “+” sign. As a result, I have 2 files: Default.png (English) and Default.png (Local Lang) So far, everything is in order.
But when I try to add the file "Default ~ iphone.png" to the project, it does not localize. Xcode crashes when I click on the + sign.
What is the correct way to add bookmarks 6 (3 devices x 2 languages) to the project?
source
share