From 73e30ed70acec74ee768b87c26d98499321c6f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=86=E2=9C=A0Sa=CD=A5b=CD=A3e=CD=ABr=F0=9F=91=91?= =?UTF-8?q?=E2=B0=80?= Date: Mon, 13 Oct 2025 10:54:41 +0800 Subject: [PATCH] macOS: eliminate startup warning ``` WARNING: Add NSCameraUseContinuityCameraDeviceType to your Info.plist to use AVCaptureDeviceTypeContinuityCamera. ``` --- SerialPrograms/cmake/MacOSXBundleInfo.plist.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SerialPrograms/cmake/MacOSXBundleInfo.plist.in b/SerialPrograms/cmake/MacOSXBundleInfo.plist.in index 4db3bd3bc4..3cd45dde73 100644 --- a/SerialPrograms/cmake/MacOSXBundleInfo.plist.in +++ b/SerialPrograms/cmake/MacOSXBundleInfo.plist.in @@ -32,6 +32,8 @@ ${MACOSX_BUNDLE_COPYRIGHT} NSCameraUsageDescription The cameras are listed to choose the Switch video stream from the captrue card. + NSCameraUseContinuityCameraDeviceType + NSMicrophoneUsageDescription The microphones are listed to choose the Switch audio stream from the captrue card.