abynim/Sketch-Headers

The 53.1 commit broke all filenames :(

Opened this issue · 2 comments

As of 2ed60ad, all the header filenames have changed (seems like each class has been split into sections) and it seems like some methods are missing. Not sure if this is working as intended?

Since Sketch 53, classes have been split into different frameworks. They're in Sketch.app/Contents/Frameworks and they need to be class-dumped separately in addition to Sketch.app. Some of the classes have indeed been split into categories, but that has happened in Sketch itself.

This repo now contains classes dumped from the following bundles:
Sketch.app
BCFoundation.framework
BCLayerList.framework
SketchModel.framework

cc @exevil

Thanks for the info, got it!