tylergaw / day-player

A Sketch Plugin for creating placeholder images from online services.
MIT License
391 stars 22 forks source link

Make this work for Sketch 3.2 #17

Closed tylergaw closed 9 years ago

tylergaw commented 9 years ago

refs #14

There were two breaking api changes in 3.2.

First. The–apparent–removal of the name arg in addImage_name_convertColourspace method on MSImageCollection. It now works without the name, so addImage_convertColourspace.

Second. The removal of the addLayer:layer method. As if 3.2 it is now addLayers:[layer1] See