Here’s a convenience tool to find an iOS file in a backup, given the path where it lives on the device’s filesystem.
You can also search for files related to a specific app (passing its CFBundleIdentifier).
Nothing special, but comfy
github.com/1nsanedev/backup2…
Thanks to Apple Inc. for no longer encrypting iBoot! Here is something that might encourage them to do the same with SEPOS:
iPhone16,1_18.0_22A5316j/sep-firmware.d83.RELEASE.im4p
9cec21e7cfc72ab6b6ecaac042fca58edececa79512041ccb3b06acc1dd9141989dd176e9e708498ef557dc98edb744a
The Control Center icon in the Mac toolbar is always running and always using 1% CPU. Not a big deal, but I finally had to know wtf it was doing...
Turns out it is constantly re-rendering its SwiftUI (running layout) even though there is no UI visible. 🤣 Yay for modern software