July update: I added visionOS support to Microsoft's vcpkg C++ dependency manager and completed major feature work on the Mac version of the Cyan's open source game engine. #visionosdev #macdev
#NeoFinder 8.9.1 for #macOS now catalogs the special keywords embedded by #FCPX (Final Cut Pro X) in .mp4 and .mov video files!
https://www.neofinder.de/forum/phpBB3/viewtopic.php?p=661#p661
I was going to ask if anyone is interested in beta testing Notefile 3.0 but I guess that may not be possible! (Please ignore that part of the screenshot.) I've been testing it myself for a few years now but some additional feedback would have been nice. I'll do my best to get it in good shape. Hopefully this app is still of interest to a few people. I still use it every day myself, and the Markdown-ish formatting has been great. #MacDev #iOSDev
Oh my god that is the reason and it's been broken like this for at least four years. How am I supposed to get an update ready if I can't test it? Man I love making apps but the whole rest of it sure is just constantly exhausting. I have no idea what to do. https://stackoverflow.com/a/66580295/813247 #MacDev #iOSDev
Uh, anyone ever run into this error in TestFlight? I sure can't help but think it's because the app is currently "Removed from App Store." Like it would be absolutely wild for that to prevent me from beta testing it so I can get it back in the App Store, but, uh… the fact that it sounds completely ridiculous does not give me any confidence it’s not the case. #MacDev #iOSDev
We’re hiring an Apple Engineer at Doist! Join us to build legendary tools like Todoist and Twist; simple yet powerful. Work from anywhere, own projects end to end, and collaborate asynchronously in a team that values ambition, mastery, independence, and communication. https://iosdevjobs.com/jobs/m-5b9d2bb0-acef-40a3-bc6a-218397889b55 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs
Hey #OpenGL and #graphics people, are there any graphics profiling/instrumentation/frame debugger solutions which work with OpenGL on modern non-Windows systems? Something à la #RenderDoc but that works on #Wayland or Apple Silicon Macs. To do frame debugging right now I have to log out of my Wayland session on my #Linux desktop and log in to #X11, which is uber-broken on my mixed DPI fractional scaling multi monitor setup... #programming #graphicsprogramming #macdev
Cork is taking part in the Indie App Sales event this year!
Use the code INDAPPSAL25 for a 40% discount.
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 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
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
Search was ignoring tag fields. This has now been fixed in the latest #TestFlight build.
DataOrganizer is a Bento-esque personal database.
Did Apple ever share any documentation on exit(173) no longer being supported?? I think for my purposes I can just rely on SKReceiptRefreshRequest, but since they previously recommended exit(173) on macOS, I'm uncomfortable assuming that's correct in all cases, especially on older macOS versions. It's wild that Apple will show an alert like this to customers without clear documentation for developers. #MacDev
https://mastodon.social/@danielpunkass/114637380904942570
This is fun apparently instantiating an NSSavePanel or an NSOpenPanel will cause a crash on macOS Tahoe. Hopefully it’s a beta bug????
If macOS Sequoia broke KeyStash I can only imagine what Tahoe is gonna do to it.