Skip to content

Commit

Permalink
fix: add extra entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr authored Dec 19, 2024
1 parent 01d9219 commit 33c438e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quasar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ 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.device.camera': true,
'com.apple.security.device.microphone': true,
Expand Down

0 comments on commit 33c438e

Please sign in to comment.