Skip to content

Commit

Permalink
cmake: Turn off camera reaction by default on macOS 14.4 and later
Browse files Browse the repository at this point in the history
The reaction effects that macOS adds by default are confusing to users
as they're turned on by default and users don't know where they come
from or where to turn them off. Setting this flag in the apps Info.plist
prevents them from being turned on by default. The macOS UI makes it
very obvious to the user where they can turn them on should they wish to
do so.
  • Loading branch information
gxalpha authored and RytoEX committed Jan 16, 2025
1 parent 22f2226 commit 79f5ba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/cmake/macos/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSCameraReactionEffectGesturesEnabledDefault</key>
<false/>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSAppNapIsDisabled</key>
Expand Down

0 comments on commit 79f5ba0

Please sign in to comment.