Thanks for the feedback. I understand the concern about simplicity of usage.
If you can write a simple step-by-step tutorial that describes
- how to create an application bundle,
- how to add resources to the application resource directory,
- using exclusively cmake, brew & the command line
then I'd
happily translate/integrate it as an alternative to our existing getting started tutorial with Xcode.
I'd rather avoid talking specifically about CLion in that tutorial because one might use other tools and that would defeat the purpose of an alternative & generic tutorial for mac. It should also be noted that the brew formula is provided by the community itself and therefore in case of trouble the manual install should be preferred. Additionally, it should clearly state that the Xcode templates are only available through the manual installation.
In addition to the points above, the tutorial you refer to lacks something of high value for mac users: it doesn't explain how to embed resources in an application bundle nor how to access them. See the discussion about `resourcePath` at the end of the official tutorial. The new tutorial should definitely explain how to deal with that.
So... up to the task?