From 8a87378f006e6a6b64b948fb9354fffe06d0687a Mon Sep 17 00:00:00 2001 From: Bug-Reaper Date: Thu, 5 Feb 2026 00:32:33 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BB=20:=20Add=20Support=20For=20Apple'?= =?UTF-8?q?s=20New=20API=20-=20Core=20Audio=20Tap=20API=20`CATap`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Reference](https://github.com/insidegui/AudioCap). This is Apple's latest system for allowing apps to access loopback audio streams eg: Desktop-Audio, Window-Audio, etc... --- macos/Ghostty.xcodeproj/project.pbxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/macos/Ghostty.xcodeproj/project.pbxproj b/macos/Ghostty.xcodeproj/project.pbxproj index adcc107e1..46817096c 100644 --- a/macos/Ghostty.xcodeproj/project.pbxproj +++ b/macos/Ghostty.xcodeproj/project.pbxproj @@ -623,6 +623,7 @@ INFOPLIST_KEY_NSLocationUsageDescription = "A program running within Ghostty would like to access your location information."; INFOPLIST_KEY_NSMainNibFile = MainMenu; INFOPLIST_KEY_NSMicrophoneUsageDescription = "A program running within Ghostty would like to use your microphone."; + INFOPLIST_KEY_NSAudioCaptureUsageDescription = "A program running within Ghostty would like to access your system's audio."; INFOPLIST_KEY_NSMotionUsageDescription = "A program running within Ghostty would like to access motion data."; INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "A program running within Ghostty would like to access your Photo Library."; INFOPLIST_KEY_NSRemindersUsageDescription = "A program running within Ghostty would like to access your reminders.";