├── Change Base Density.sketchplugin ├── Create Xcode Assets Catalog.sketchplugin ├── LICENSE ├── README.md ├── config.json └── library ├── functions.js ├── general.js ├── main.js ├── messages.js └── sandbox.js /Change Base Density.sketchplugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeertWille/sketch-to-xcode-assets-catalog/HEAD/Change Base Density.sketchplugin -------------------------------------------------------------------------------- /Create Xcode Assets Catalog.sketchplugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeertWille/sketch-to-xcode-assets-catalog/HEAD/Create Xcode Assets Catalog.sketchplugin -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeertWille/sketch-to-xcode-assets-catalog/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeertWille/sketch-to-xcode-assets-catalog/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- 1 | {"density-scale":3} -------------------------------------------------------------------------------- /library/functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeertWille/sketch-to-xcode-assets-catalog/HEAD/library/functions.js -------------------------------------------------------------------------------- /library/general.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeertWille/sketch-to-xcode-assets-catalog/HEAD/library/general.js -------------------------------------------------------------------------------- /library/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeertWille/sketch-to-xcode-assets-catalog/HEAD/library/main.js -------------------------------------------------------------------------------- /library/messages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeertWille/sketch-to-xcode-assets-catalog/HEAD/library/messages.js -------------------------------------------------------------------------------- /library/sandbox.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeertWille/sketch-to-xcode-assets-catalog/HEAD/library/sandbox.js --------------------------------------------------------------------------------