
On macOS, this will enable or disable the Metal HUD at runtime. Note that this only works when Zed is bundled because it requires to set the `MetalHudEnabled` key in the Info.plist. Release Notes: - Added a new `ToggleGraphicsProfiler` command that can be used as an action (or via the `Help -> Toggle Graphics Profiler` menu) to investigate graphics performance.
26 lines
1.4 KiB
Text
26 lines
1.4 KiB
Text
<key>NSSystemAdministrationUsageDescription</key>
|
|
<string>The operation being performed by a program in Zed requires elevated permission.</string>
|
|
<key>NSAppleEventsUsageDescription</key>
|
|
<string>An application in Zed wants to use AppleScript.</string>
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
<string>An application in Zed wants to use Bluetooth.</string>
|
|
<key>NSCalendarsUsageDescription</key>
|
|
<string>An application in Zed wants to use Calendar data.</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>An application in Zed wants to use the camera.</string>
|
|
<key>NSContactsUsageDescription</key>
|
|
<string>An application in Zed wants to use your contacts.</string>
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
<string>An application in Zed wants to use your location information, even in the background.</string>
|
|
<key>NSLocationUsageDescription</key>
|
|
<string>An application in Zed wants to use your location information.</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>An application in Zed wants to use your location information while active.</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>An application in Zed wants to use your microphone.</string>
|
|
<key>NSSpeechRecognitionUsageDescription</key>
|
|
<string>An application in Zed wants to use speech recognition.</string>
|
|
<key>NSRemindersUsageDescription</key>
|
|
<string>An application in Zed wants to use your reminders.</string>
|
|
<key>MetalHudEnabled</key>
|
|
<true />
|