Sketch-Guides
Sketch-Guides copied to clipboard
Make the plugin compatible with Sketch 99
Made a few changes to make it work on Sketch 99 and the upcoming 100 (currently in beta):
-
MSLayer.absoluteRect
is no longer available, but could be re-implemented viaMSLayer.convertRect:toCoordinateSpace:
. - NSRulerData methods around adding/removing guides were renamed internally.
Resolves #10
I just pulled these into my fork as well, but note that the version and compatibility data in the manifest wasn't updated.
- "version": "2.5.2",
+ "version": "2.5.3",
- "compatibleVersion": "42",
+ "compatibleVersion": "99.5",