I am struggling to create macOS application bundle that follows this hierarchy.
I am currently on XCode 10.1 and I also have XCode 9.0.
However, I just cant find a way to get the folder hierarchy as mentioned in the above link.
Specifically, I want to have the localization .lproj
directories in Contents/Resources
and app exe in Contents/MacOS
.
I do File-->New-->Project
but I just cant seem to find an option which will produce this hierarchy.
Am I
- missing something obvious here ?
- using a wrong version of XCode ?
TIA