macos: disable Tahoe one-time codes

This disables all the automatic one-time code inputs in Ghostty.
It'd be really neat to actually dynamically change this (not sure if its
possible with NSTextContext or how often thats cached) but for now we
should just fully disable it.
pull/11351/head
Mitchell Hashimoto 2026-03-10 19:40:52 -07:00
parent 2a170b50c3
commit 6dd5b856b0
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>NSAutoFillRequiresTextContentTypeForOneTimeCodeOnMac</key>
<true/>
<key>NSDockTilePlugIn</key> <key>NSDockTilePlugIn</key>
<string>DockTilePlugin.plugin</string> <string>DockTilePlugin.plugin</string>
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>