Skip to content

Commit de977df

Browse files
author
Andy O'Neill
committed
fix: see if we need usb entitlement, exempt encryption
1 parent aca5c65 commit de977df

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

buildResources/entitlements.mac.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<true/>
1515
<key>com.apple.security.device.microphone</key>
1616
<true/>
17+
<key>com.apple.security.device.usb</key>
18+
<true/>
1719
<key>com.apple.security.files.user-selected.read-only</key>
1820
<true/>
1921
<key>com.apple.security.files.user-selected.read-write</key>

buildResources/entitlements.mas.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<true/>
1717
<key>com.apple.security.device.microphone</key>
1818
<true/>
19+
<key>com.apple.security.device.usb</key>
20+
<true/>
1921
<key>com.apple.security.files.user-selected.read-only</key>
2022
<true/>
2123
<key>com.apple.security.files.user-selected.read-write</key>

electron-builder.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ mac:
88
category: public.app-category.education
99
entitlements: buildResources/entitlements.mac.plist
1010
extendInfo:
11+
ITSAppUsesNonExemptEncryption: false
1112
NSCameraUsageDescription: >-
1213
This app requires camera access when using the video sensing blocks.
1314
NSMicrophoneUsageDescription: >-

0 commit comments

Comments
 (0)