mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-05-15 07:10:34 -04:00
fix: see if we need usb entitlement, exempt encryption
This commit is contained in:
parent
aca5c65dc5
commit
de977dfed6
3 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
|||
<true/>
|
||||
<key>com.apple.security.device.microphone</key>
|
||||
<true/>
|
||||
<key>com.apple.security.device.usb</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.user-selected.read-only</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.user-selected.read-write</key>
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
<true/>
|
||||
<key>com.apple.security.device.microphone</key>
|
||||
<true/>
|
||||
<key>com.apple.security.device.usb</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.user-selected.read-only</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.user-selected.read-write</key>
|
||||
|
|
|
@ -8,6 +8,7 @@ mac:
|
|||
category: public.app-category.education
|
||||
entitlements: buildResources/entitlements.mac.plist
|
||||
extendInfo:
|
||||
ITSAppUsesNonExemptEncryption: false
|
||||
NSCameraUsageDescription: >-
|
||||
This app requires camera access when using the video sensing blocks.
|
||||
NSMicrophoneUsageDescription: >-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue