Skip to content

Commit

Permalink
Update quasar.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr authored Dec 24, 2024
1 parent c2f899c commit 7b0cfa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quasar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export default defineConfig((ctx) => {
},
mac: {
extendInfo: {
'com.apple.security.cs.allow-jit': true, 'com.apple.security.cs.allow-unsigned-executable-memory': true,
//'com.apple.security.device.audio-input': true,
//'com.apple.security.cs.allow-jit': true,
'com.apple.security.device.audio-input': true,
'com.apple.security.device.camera': true,
'com.apple.security.device.microphone': true,
NSCameraUsageDescription:
Expand Down

0 comments on commit 7b0cfa0

Please sign in to comment.