microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.1k stars 588 forks source link

disable again on mac, as new mac versions require explicit permissions #10209

Closed jwunderl closed 1 month ago

jwunderl commented 1 month ago

Have to disable greenscreen on electron on mac again, as mac10.14+ requires a check electron side along lines of

https://www.electronjs.org/docs/latest/api/system-preferences

systemPreferences.askForMediaAccess("camera")

but also have to add some descriptions / etc to info plists as described by api; skipping for now.