Skip to content

Commit 1775d57

Browse files
naussikaMysticial
authored andcommitted
macOS: eliminate startup warning
``` WARNING: Add NSCameraUseContinuityCameraDeviceType to your Info.plist to use AVCaptureDeviceTypeContinuityCamera. ```
1 parent 57bcef0 commit 1775d57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SerialPrograms/cmake/MacOSXBundleInfo.plist.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
3333
<key>NSCameraUsageDescription</key>
3434
<string>The cameras are listed to choose the Switch video stream from the captrue card.</string>
35+
<key>NSCameraUseContinuityCameraDeviceType</key>
36+
<true/>
3537
<key>NSMicrophoneUsageDescription</key>
3638
<string>The microphones are listed to choose the Switch audio stream from the captrue card.</string>
3739
</dict>

0 commit comments

Comments
 (0)