Sketch-Guides icon indicating copy to clipboard operation
Sketch-Guides copied to clipboard

Make the plugin compatible with Sketch 99

Open rodionovd opened this issue 11 months ago • 1 comments

Made a few changes to make it work on Sketch 99 and the upcoming 100 (currently in beta):

  1. MSLayer.absoluteRect is no longer available, but could be re-implemented via MSLayer.convertRect:toCoordinateSpace:.
  2. NSRulerData methods around adding/removing guides were renamed internally.

Resolves #10

rodionovd avatar Mar 28 '24 10:03 rodionovd

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",

instanttim avatar Mar 28 '24 15:03 instanttim