Skip to content

Commit

Permalink
Add new build for Sketch 47
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Nov 11, 2017
1 parent 55942da commit ad253f9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.",
"author": "precious design studio",
"authorEmail": "[email protected]",
"version": "2.2.0",
"version": "2.2.1",
"identifier": "com.precious-forever.sketch.datapopulator2",
"compatibleVersion": "43",
"compatibleVersion": "47",
"appcast": "https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml",
"menu": {
"isRoot": false,
Expand Down
10 changes: 5 additions & 5 deletions Sketch Data Populator.sketchplugin/Contents/Sketch/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4932,7 +4932,7 @@ function getImageData(image) {
if (!image) return;

//create image data with image
return MSImageData.alloc().initWithImage_convertColorSpace(image, false);
return MSImageData.alloc().initWithImageConvertingColorSpace(image);
}

/**
Expand Down Expand Up @@ -8463,9 +8463,9 @@ var HKSketchFusionExtension = exports.HKSketchFusionExtension = {
description: 'Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.',
author: 'precious design studio',
authorEmail: '[email protected]',
version: '2.2.0',
version: '2.2.1',
identifier: 'com.precious-forever.sketch.datapopulator2',
compatibleVersion: '43',
compatibleVersion: '47',
appcast: 'https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml',
menu: {
'isRoot': false,
Expand Down Expand Up @@ -8552,9 +8552,9 @@ __globals.___clearLayers_run_handler_ = function (context, params) {
"description": "Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.",
"author": "precious design studio",
"authorEmail": "info@precious-forever.com",
"version": "2.2.0",
"version": "2.2.1",
"identifier": "com.precious-forever.sketch.datapopulator2",
"compatibleVersion": "43",
"compatibleVersion": "47",
"appcast": "https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml",
"menu": {
"isRoot": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sketch-data-populator",
"version": "2.2.0",
"version": "2.2.1",
"description": "Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.",
"author": "precious design studio",
"authorEmail": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const HKSketchFusionExtension = {
description: 'Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.',
author: 'precious design studio',
authorEmail: '[email protected]',
version: '2.2.0',
version: '2.2.1',
identifier: 'com.precious-forever.sketch.datapopulator2',
compatibleVersion: '43',
compatibleVersion: '47',
appcast: 'https://github.com/preciousforever/sketch-data-populator/blob/master/appcast.xml',
menu: {
'isRoot': false,
Expand Down

0 comments on commit ad253f9

Please sign in to comment.