Cork is taking part in the Indie App Sales event this year!
Use the code INDAPPSAL25 for a 40% discount.

Cork is taking part in the Indie App Sales event this year!
Use the code INDAPPSAL25 for a 40% discount.
I added a little something to the final version of Cork for macOS 13… can you see it?
Sr iOS engineers - Do remote work you love while making real change in US healthcare. Apply to @Doximity today! https://iosdevjobs.com/jobs/m-beee6042-09d4-4e99-82a6-bce0608ec65e #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
Are you the best iOS developer you know? Hero Assistant is looking for the best Sr iOS Developer to build "the most ambitious iOS app ever created." SF Bay Area (in person), Full-time, Visa assistance if needed, Good salary + Significant Equity, Backed by Top Investors https://iosdevjobs.com/jobs/m-07d89083-8200-404a-b508-47ddd3357ee6 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
As an iOS Developer, you’ll play a crucial role in designing, implementing, and optimizing applications involving immersive 3D technologies, low-level rendering, and advanced mobile development. You’ll collaborate with a global team to create visually powerful, technically robust solutions. https://iosdevjobs.com/jobs/m-bcbf4c62-ee55-4a9c-8ce6-ca4263096cf4 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
I’m always talking about Bill Appleton! Thank you @RonsCompVids for talking *to* Bill Appleton. His work inspired me a lot when I was younger, particularly World Builder and SuperCard, and still does today. Great interview! https://youtu.be/y0FZIoF07Ow #Mac #MacDev
The Inspector in #NeoFinder 8.9 now shows the video codecs "hev1" and "hvc1" as separate values, they are really not the same, and only "hev1" is actually supported by #macOS.
https://www.neofinder.de/forum/phpBB3/viewtopic.php?p=650#p650
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/
LIT Software is a small, highly specialized team that develops powerful litigation tools for Apple platforms. Our industry-leading apps help lawyers organize, analyze, and present evidence with ease. Join us in building the best tools for legal professionals. Remote, competitive compensation package, U.S. time zones. https://iosdevjobs.com/jobs/m-3e8feeca-99f5-424b-a44d-58b5518fafc2 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
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:
I learned SwiftUI’s .alert modifier does not work with Mac menu items. The alert never shows.
Either apply .alert to the content view in the App struct or use NSAlert.
Xcode 26's new playground feature is giving so much Org Babel (but only with Swift), hot-reloadable (but not really) energy.
The next version of Cork will be the last one to support macOS 13
Read this article for more information:
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
I'm writing a custom, faster implementation for getting pinned packages in Cork, and at this point, I have rewritten like half of Homebrew in Swift just so I could use it in Cork
The following article introduces using the Observation framework in UIKit and AppKit apps:
https://steipete.me/posts/2025/automatic-observation-tracking-uikit-appkit/
All Menu Bar buttons in Cork now align with the Tahoe convention of having icons
To align Cork with the new menu label paradigm, I have begun adding icons to the various buttons