Skip to content

Commit

Permalink
rename plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrada committed Sep 1, 2018
1 parent 55fb057 commit 1a74e9b
Show file tree
Hide file tree
Showing 31 changed files with 246 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .sketchpacks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schema_version": "1.0.0",
"manifest_path": "Sketch%20Data%20Populator.sketchplugin/Contents/Sketch/manifest.json",
"manifest_path": "Data%20Populator.sketchplugin/Contents/Sketch/manifest.json",
"appcast_path": "appcast.xml"
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Sketch Data Populator",
"bundleName": "Sketch Data Populator",
"description": "Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.",
"name": "Data Populator",
"bundleName": "Data Populator",
"description": "A plugin to populate your design documents with meaningful data. Good Bye Lorem Ipsum. Hello JSON.",
"author": "precious design studio",
"authorEmail": "feedback@datapopulator.com",
"version": "2.3.3",
"version": "2.3.4",
"identifier": "com.precious-forever.sketch.datapopulator2",
"compatibleVersion": "48",
"icon": "icon.png",
"appcast": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/appcast.xml",
"appcast": "https://raw.githubusercontent.com/preciousforever/data-populator/master/appcast.xml",
"menu": {
"isRoot": false,
"items": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8616,16 +8616,16 @@ var commands = _interopRequireWildcard(_commands);
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }

var HKSketchFusionExtension = exports.HKSketchFusionExtension = {
name: 'Sketch Data Populator',
bundleName: 'Sketch Data Populator',
description: 'Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.',
name: 'Data Populator',
bundleName: 'Data Populator',
description: 'A plugin to populate your design documents with meaningful data. Good Bye Lorem Ipsum. Hello JSON.',
author: 'precious design studio',
authorEmail: 'feedback@datapopulator.com',
version: '2.3.3',
version: '2.3.4',
identifier: 'com.precious-forever.sketch.datapopulator2',
compatibleVersion: '48',
icon: 'icon.png',
appcast: 'https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/appcast.xml',
appcast: 'https://raw.githubusercontent.com/preciousforever/data-populator/master/appcast.xml',
menu: {
'isRoot': false,
'items': ['populateWithPreset', 'populateWithJSON', 'populateTable', 'populateAgain', 'revealPresets', 'setPresetsLibrary', 'clearLayers']
Expand Down Expand Up @@ -8717,16 +8717,16 @@ __globals.___clearLayers_run_handler_ = function (context, params) {

/*__$begin_of_manifest_
{
"name": "Sketch Data Populator",
"bundleName": "Sketch Data Populator",
"description": "Say goodbye to Lorem Ipsum: populate your Sketch documents with meaningful data.",
"name": "Data Populator",
"bundleName": "Data Populator",
"description": "A plugin to populate your design documents with meaningful data. Good Bye Lorem Ipsum. Hello JSON.",
"author": "precious design studio",
"authorEmail": "feedback@datapopulator.com",
"version": "2.3.3",
"version": "2.3.4",
"identifier": "com.precious-forever.sketch.datapopulator2",
"compatibleVersion": "48",
"icon": "icon.png",
"appcast": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/appcast.xml",
"appcast": "https://raw.githubusercontent.com/preciousforever/data-populator/master/appcast.xml",
"menu": {
"isRoot": false,
"items": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
[
{
"status": "regular",
"image": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/images/demo/contacts/Female/Cheryl-Carter.jpg",
"image": "https://raw.githubusercontent.com/preciousforever/data-populator/master/images/demo/contacts/Female/Cheryl-Carter.jpg",
"icon": "person",
"name": "Cheryl Carter",
"email": "ccarter0@1und1.de",
"phone": "2-(017)772-7449"
},
{
"status": "VIP",
"image": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/images/demo/contacts/Female/Heather-Morales.jpg",
"image": "https://raw.githubusercontent.com/preciousforever/data-populator/master/images/demo/contacts/Female/Heather-Morales.jpg",
"icon": "person",
"name": "Heather Morales",
"email": "",
"phone": ""
},
{
"status": "VIP",
"image": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/images/demo/contacts/Male/Sean-Jackson.jpg",
"image": "https://raw.githubusercontent.com/preciousforever/data-populator/master/images/demo/contacts/Male/Sean-Jackson.jpg",
"icon": "phone",
"name": "",
"email": "",
"phone": "6-(527)389-6219"
},
{
"status": "regular",
"image": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/images/demo/contacts/Female/Catherine-Anderson.jpg",
"image": "https://raw.githubusercontent.com/preciousforever/data-populator/master/images/demo/contacts/Female/Catherine-Anderson.jpg",
"icon": "email",
"name": "",
"email": "canderson3@theguardian.com",
"phone": ""
},
{
"status": "regular",
"image": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/images/demo/contacts/Male/Jack-Phillips.jpg",
"image": "https://raw.githubusercontent.com/preciousforever/data-populator/master/images/demo/contacts/Male/Jack-Phillips.jpg",
"icon": "email",
"name": "Jack Phillips",
"email": "jphillips4@addthis.com",
"phone": ""
},
{
"status": "VIP",
"image": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/images/demo/contacts/Female/Julia-Williamson.jpg",
"image": "https://raw.githubusercontent.com/preciousforever/data-populator/master/images/demo/contacts/Female/Julia-Williamson.jpg",
"icon": "phone",
"name": "Julia Williamson",
"email": "",
"phone": "5-(363)496-4627"
},
{
"status": "regular",
"image": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/images/demo/contacts/Male/Jonathan-Martin.jpg",
"image": "https://raw.githubusercontent.com/preciousforever/data-populator/master/images/demo/contacts/Male/Jonathan-Martin.jpg",
"icon": "email",
"name": "",
"email": "jmartin6@cnn.com",
Expand All @@ -65,15 +65,15 @@
},
{
"status": "regular",
"image": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/images/demo/contacts/Female/Sarah-Garrett.jpg",
"image": "https://raw.githubusercontent.com/preciousforever/data-populator/master/images/demo/contacts/Female/Sarah-Garrett.jpg",
"icon": "person_outline",
"name": "",
"email": "",
"phone": ""
},
{
"status": "regular",
"image": "https://raw.githubusercontent.com/preciousforever/sketch-data-populator/master/images/demo/contacts/Male/Carl-Barnes.jpg",
"image": "https://raw.githubusercontent.com/preciousforever/data-populator/master/images/demo/contacts/Male/Carl-Barnes.jpg",
"icon": "person_outline",
"name": "",
"email": "",
Expand Down
Loading

0 comments on commit 1a74e9b

Please sign in to comment.