The following article covers how to show an alert from a menu item in a SwiftUI Mac app:
https://swiftdevjournal.com/posts/show-swiftui-alert-from-mac-menu/
The following article covers how to show an alert from a menu item in a SwiftUI Mac app:
https://swiftdevjournal.com/posts/show-swiftui-alert-from-mac-menu/
The final version of DataOrganizer 2025.0 is now available on the #macappstore. There are many new features, including iCloud support.
DataOrganizer is a personal database. It includes a Bento importer.
https://apps.apple.com/us/app/database-dataorganizer/id1416821465?mt=12
#MacDev #macOSDev #AppDev #IndieDev #IndieApps #soloDev #filemaker
DataOrganizer is a personal database for macOS. While professional database software may be expensive and complex, DataOrganizer aims not only to be affordable and easy to use, but perhaps even fun. DataOrganizer is free to download and can be tried out for 14 days with no restrictions. After that,…
The following article shows how to open document-like windows in SwiftUI without using SwiftUI’s document architecture:
https://swiftdevjournal.com/posts/swiftui-window-group/
Thanks to the people who replied to the following post I made about the topic:
And with that, my app is now officially on the App Store!
RM2000 Tape Recorder lets you turn your Mac into an Audio Sampler - it records the internal system audio and provides a way to organize samples with a tagging system. And it looks so good while doing it.
This took me way way longer than it should have. But version 1.0 is done. And there are still many features that are yet to come :)
https://apps.apple.com/us/app/rm2000-tape-recorder/id6742876939 #macdev #swiftui #appkit #skeuomorphism #MadeWithSketch
The next version of Cork will be the last one to support macOS 13
Read this article for more information:
https://blog.corkmac.app/p/what-will-happen-when-cork-drops
#macOS #opensource #buildinpublic #macdev #homebrew #CorkApp
The good news is I found a #SwiftUI bug that was fixed in Tahoe. The bad is I spent time investigating this without knowing it was already fixed. 🤦♂️
The problem: TextEditingCommands() added menu items were always enabled even if nothing in the responder chain would implement the actions.
Cause: The submenu's autoenablesItems was set to false.
Anyways, seems fixed in Tahoe. My guess, based on the release notes, is this was 106878937, although the title is too generic. #MacDev