Hacker News new | ask | show | jobs
by tbergeron 2289 days ago
The fact that we need such boilerplate solution to start building a simple Mac app without having XCode in the way in 2020 means a lot about the current state of native app development.
3 comments

Eeehhh, this kind of comment erases a lot of the default things you get with Cocoa/AppKit (document handling, system integration, etc). These concepts aren't as widely understood as the concepts in web-dev-land because they're implementation specific, but they're pretty well designed and genuinely very powerful once you use them.

Xcode just hides them away from you, is all.

Most web starter kits are about the same as this these days...
But the author literally took inspiration from web frameworks…