fix: see if we need usb entitlement, exempt encryption

This commit is contained in:
Andy O'Neill 2023-08-15 09:13:09 -04:00
parent aca5c65dc5
commit de977dfed6
3 changed files with 5 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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: >-