Remix.run Logo
m463 4 days ago

I remember a long time ago writing simple macos apps you could use from the command line.

The compile command was basically:

  gcc -o foo foo.m -framework Foundation
I think everything developers do in apple's ecosystem is needlessly complicated.
Splizard 4 days ago | parent [-]

you can totally still do this

lemonwaterlime 4 days ago | parent [-]

I do this. My workflow is CLI only in Objective C. No Swift. No SwiftUI. No .xib files.