iOS10-KIT / UI

The unofficial iOS 10 UI Kit (Beta)
Other
735 stars 87 forks source link

Export screenshots in folders #32

Closed lanceplaine closed 8 years ago

lanceplaine commented 8 years ago

The tree currently looks like this:

Apps/
├── Clock.sketch
├── Health.sketch
├── ...
└── System.sketch
Screen Shots/
├── Clock (Main).png
├── Clock (Options).png
├── ...
├── Control Centre (Main).png
└── Control Centre (Music).png

I think it should be like this (One folder by file):

Apps/
├── Clock.sketch
├── Health.sketch
├── ...
└── System.sketch
Screen Shots/
├── Clock/
│   ├── Main.png
│   └── Options
├── Control Centre/
│   ├── Main.png
│   └── Music.png
└── ...

It's not a big deal but it will be easier in the future to work with theses files.

I will do a PR

cjmlgrto commented 8 years ago

Because of the rollback, these changes need to be made again. I'll handle this one 🙂

cjmlgrto commented 8 years ago

Done.