OK, almost time to go to bed. But tonight, I've fixed...

* an issue where songs cached in a playlist without genres weren't automatically updating if they were missing a genre or an album thumbnail.

* the "now playing" getting out of synch with what's actually playing.

* Siri! You can now say, "Hey Siri, play king lazy bones in Muse" and it'll play a KLB song.

(App's called MŪS, but it's pronounced "muse")

Give it a try!

https://testflight.apple.com/join/Uu1qt35m

#SwiftUI #iOSDev #BuildInPublic #IndieDev

Join the MŪS beta

Available on iOS

To catch you all up as to where I am on my #music4mac project, I have access to the users content library. I mean basically app built. I guess the next biggest step would be to make sure I can actually play the music. More to follow. #apple #swiftui #music #genius

Just finished Paul Hudson's (@twostraws) book: Everything But The Code. Excellent read for all the things outside of writing Swift/SwiftUI and I highly recommend!

I definitely have some work now for Ducky, first with newer screenshots which I have definitely neglected!

https://apps.apple.com/us/app/ducky-weather/id6474254666

#iosdev #swiftui

Ducky Weather App - App Store

Download Ducky Weather by Brian Krupp on the App Store. See screenshots, ratings and reviews, user tips, and more apps like Ducky Weather.

App Store
I’m going to start work on an apple music client for the mac, because the current app from apple neeeds a lil work. I thought it would be fun to chronicle the process here on mastodon. Lmk if you have any hopes or dreams as to what a mac music player might look like. Xo #apple #swiftui #music
Almost at the finish line with my little pet project! #swiftui
Here's my test case, a screenshot and the feedback #. https://github.com/tewha/ModeSwitchTest #SwiftUI
GitHub - tewha/ModeSwitchTest: Source provided for FB22414633.

Source provided for FB22414633. Contribute to tewha/ModeSwitchTest development by creating an account on GitHub.

GitHub

Not sure what's going on here. I can see it *trying* to re-generate the view when the color scheme changes, but the adaptive colors aren't adapting.

The view is hosted in a toolbar.

The colors adapt when the view is closed/reopened, so maybe I leave this alone for now. #SwiftUI

Also, shout out to @amyworrall for the inspiration! Check out this blog post: https://www.amyworrall.com/blog/automating-mac-app-screenshots
#macos #macdev #swiftui
Automating Mac app screenshots — Amy Worrall

Amy Worrall
Custom scripting and a custom app mode allowed me to generate fully localized App Store screenshots for 40 Below for Mac. Here's UK English and Dutch! (2 of 142 total screenshots). #macos #macdev #swiftui
I have found size classes less useful than it seems they should be. Somehow I usually fall back on GeometryReader(). #SwiftUI