twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

Fix screenshot device chrome issue with Xcode 15 #183

Closed stuartisaac closed 6 months ago

stuartisaac commented 6 months ago

The device chrome setting for screen shots stopped working with Xcode 15, as a path changed. This makes it use the new path, falling back to the old one if the new one doesn't exist.

twostraws commented 6 months ago

Thank you!