Commit 8db6d8f
committed
Bug 1886374 - On macOS, disable camera gestures by default. r=mac-reviewers,bradwerth
As documented in AVCaptureDevice.h in MacOSX14.4.sdk:
By default, gesture detection is enabled. As of iOS 17.4 and macOS 14.4, applications can control the default value of this property by adding the following key to their Info.plist:
<key>NSCameraReactionEffectGesturesEnabledDefault</key>
A value of true enables gesture detection and a value of false disables it, until such time that the user makes their own selection in Control Center.
Differential Revision: https://phabricator.services.mozilla.com/D2052271 parent beffe6d commit 8db6d8f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
294 | 297 | | |
295 | 298 | | |
0 commit comments