photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

242
active users

#macdev

3 posts3 participants1 post today

👋 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.

Cork version 1.5.6 is out.

This update includes a complete rewrite of the Homebrew pinning system in Swift for 20x performance gains, pinning from sidebar, manual update checking, and fixes for many crashes.

See open.substack.com/pub/corkapp/ for more info.

Buy Cork to support its development: corkmac.app

Join the Discord community: discord.gg/kUHg8uGHpG

See the source code: github.com/buresdv/Cork

Cork: The Ultimate Homebrew Companion · Cork 1.5.6 Out: Big ChangesBy David Bureš

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.

SwiftUI question:

Is there a way to remove this capsule around a `Section` in a `Form` with the `.grouped` style?

I tried seemingly everything from `.scrollContentBackground(.hidden)`, to `.listRowBackground(Color.clear)`, but none of it worked.

I would really appreciate any help!