├── LICENSE.md ├── README.md ├── appcast.xml ├── images ├── cover.layer └── cover.png └── library-symbol-replacer.sketchplugin └── Contents └── Sketch ├── manifest.json └── script.js /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroheight/library-symbol-replacer/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroheight/library-symbol-replacer/HEAD/README.md -------------------------------------------------------------------------------- /appcast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroheight/library-symbol-replacer/HEAD/appcast.xml -------------------------------------------------------------------------------- /images/cover.layer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroheight/library-symbol-replacer/HEAD/images/cover.layer -------------------------------------------------------------------------------- /images/cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroheight/library-symbol-replacer/HEAD/images/cover.png -------------------------------------------------------------------------------- /library-symbol-replacer.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroheight/library-symbol-replacer/HEAD/library-symbol-replacer.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /library-symbol-replacer.sketchplugin/Contents/Sketch/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeroheight/library-symbol-replacer/HEAD/library-symbol-replacer.sketchplugin/Contents/Sketch/script.js --------------------------------------------------------------------------------