fix(build): remove misplaced entitlement key from mac.extendInfo

com.apple.security.device.audio-input is an entitlement key and should
only appear in macos.entitlements. Placing it in extendInfo writes it
into Info.plist where it has no effect and is misleading.

The correct entry already exists in macos.entitlements; this removes
the redundant, incorrectly-placed duplicate.
This commit is contained in:
auberginewly
2026-05-10 05:30:48 +08:00
parent be4e2d0c94
commit 3dd7b85ebb
+1 -2
View File
@@ -52,8 +52,7 @@
"NSMicrophoneUsageDescription": "OpenScreen needs microphone access to record voice audio.",
"NSCameraUsageDescription": "OpenScreen needs camera access to record webcam video.",
"NSScreenCaptureUsageDescription": "OpenScreen needs screen recording permission to detect and capture windows.",
"NSCameraUseContinuityCameraDeviceType": true,
"com.apple.security.device.audio-input": true
"NSCameraUseContinuityCameraDeviceType": true
}
},
"linux": {