shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

261
active users

#macdev

1 post1 participant0 posts today
Continued thread

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

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. iosdevjobs.com/jobs/m-5b9d2bb0 #Swift #SwiftLang #iOSDev #MacDev #iOSDevJobs

iosdevjobs.comApple Engineer @ DoistWe build simple yet powerful productivity tools like Todoist and Twist, and we're just getting started. Work from anywhere with a team that values ambition, mastery, independence, and communication.

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

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

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
mastodon.social/@danielpunkass

MastodonDaniel Jalkut (@danielpunkass@mastodon.social)Attached: 1 image I missed this, and I think it maybe didn't start until macOS 15, but if you develop a macOS app that still uses exit(173) to signal an App Store receipt is invalid, this is what happens when it does so now.