How to create an app bundle with an exe and a directory hierarchy?

202 views Asked by At

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

0

There are 0 answers