twostraws / ControlRoom

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

Added camera permission reset #140

Closed scarlac closed 2 years ago

scarlac commented 2 years ago

Fixed #139

twostraws commented 2 years ago

This is odd – I don't see "camera" listed as one of the simctl permissions. Can you clarify what's going on?

scarlac commented 2 years ago

I never checked simctl. I just added this code to add resetting of the camera access permission which works as intended.

twostraws commented 2 years ago

Russ Bishop from the Simulator team at Apple has verified this behavior is correct, so I'll merge it now. Thank you!

scarlac commented 2 years ago

Thanks @twostraws