kraftydevil
kraftydevil

Reputation: 5246

How can I change the Xcode 6 Device screenshot destination?

It saves it to the desktop but I want to change the location it goes to.

Is there something like this out there?

enter image description here

Upvotes: 1

Views: 340

Answers (1)

Zev Eisenberg
Zev Eisenberg

Reputation: 8158

You could use Hazel or AppleScript folder actions to watch for files matching certain name or other attributes and move them automatically into a folder of your choosing. Probably not the answer you’re looking for, but unless someone finds a hidden preferences key to change that path, it may be your best option.

Upvotes: 1

Related Questions