Skip to content

Commit

Permalink
Add macOS permissions for USB-Serial and DeckLink devices
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Jun 9, 2024
1 parent 74bec6c commit 59d5b86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Source/GUI/dvrescue/dvrescue/dvrescue.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@
<true/>
<key>com.apple.security.assets.movies.read-write</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
<string>com.blackmagic-design.desktopvideo.DeckLinkHardwareXPCService</string>
<key>com.apple.security.temporary-exception.shared-preference.read-only</key>
<string>com.blackmagic-design.desktopvideo.prefspanel</string>
</dict>
</plist>

0 comments on commit 59d5b86

Please sign in to comment.