├── FindInstances.sketchplugin └── Contents │ └── Sketch │ ├── manifest.json │ └── script.cocoascript └── README.md /FindInstances.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmwoods1/Sketch---Find-all-instances-of-symbol/HEAD/FindInstances.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /FindInstances.sketchplugin/Contents/Sketch/script.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmwoods1/Sketch---Find-all-instances-of-symbol/HEAD/FindInstances.sketchplugin/Contents/Sketch/script.cocoascript -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nmwoods1/Sketch---Find-all-instances-of-symbol/HEAD/README.md --------------------------------------------------------------------------------