I made an iOS app that used WeatherKit. Everything was working as expected and recently I wanted to add an WatchOS component. Because I am adding the watch app to an existing iOS app, I added the target in Xcode and made sure to update the capabilities to the watch app so that it could use …
How to list installed apps on a iOS simulator
This lists apps from a named simulator, converts to json, then finds non-apple apps.
xcrun simctl listapps "iPad Air (5th generation)" \ | plutil -convert json -o - -- - \ | jq '. | keys | .[] | select(. | startswith("com.apple") | not)' This requires that you know the name …
I released my app!
Just over a week ago today, I released my first app to the iOS App Store. If you’re really curious, you can find it here.
Spoiler: it requires an Apple Music subscription to really work.
I have a 1.1 coming soon with some bug fixes and improvements from my small TestFlight community. Send me a …