Hello.
How can be added localized XCode resources via CMake?
Examples from internet says use
set_source_files_properties(<files...> PROPERTIES MACOSX_PACKAGE_LOCATION Resources/<lang_id>.lproj)
But application terminates with error “Unable to load nib file”.