`Frameworks` directory not updated for Big Sur
Your logs are showing updates to Frameworks, but they're not appearing in the repository. Is there a reason for this?
Thanks!
Because all frameworks are stored in a shared cache and I haven't updated the automated scripts to account for that.
Thank you for the super-useful work you’ve done. How did you manage to classdump the system frameworks despite the fact that no files are accessible on disk? Had been scratching my head about that one for a while... 🤔
@scritturamista Anything that's been uploaded since Big Sur is not part of the shared cache which would be things like applications and such.
As for dumping the cache, a friend of mine updated https://github.com/limneos/classdump-dyld but there's several forks on GitHub with some support for Big Sur and iOS 14
FWIW, https://github.com/freedomtan/classdump-dyld/ can dump Big Sur headers successfully