Moving localization folders in Xcode 4
问题 I've recently upgraded from Xcode 3 to Xcode 4.2, and migrated an existing iOS apps to use this new version. This app is localized, and I now want to add another language. Under Xcode 4, when I add the new localization, it creates the country specific folder in the project root. For example: /fr.lproj All of my prior language folders are in a Resources sub-folder, however. Such as: /Resources/de.lproj /Resources/en.lproj For the life of me I cannot figure out how to get Xcode 4 to move the