Y
Hacker News
new
|
ask
|
show
|
jobs
by
msephton
123 days ago
I'm interested in what part of the design is limiting your app to macOS 14?
1 comments
marcelox86
122 days ago
not the design per se (however you are right that theres a lot of swiftui usage here that is only available on newer macos’) but mainly because it is using the new @Observable observation macro that is only available on macOS 14+
link
msephton
122 days ago
Thanks for the info! I'm tracking so far behind the Swift "state of the art" in my apps. But, if it ain't broke...
link