Skip to content

Commit c6e1484

Browse files
committed
Add privacy usage descriptions to Info.plist
Allow programs running within Supacode terminals to request access to protected system resources (camera, microphone, location, contacts, calendars, Bluetooth, local network, photos, reminders, speech recognition, AppleScript, and system administration).
1 parent ffaa9df commit c6e1484

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

supacode/Info.plist

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSAppleEventsUsageDescription</key>
6+
<string>A program running within Supacode would like to use AppleScript.</string>
7+
<key>NSBluetoothAlwaysUsageDescription</key>
8+
<string>A program running within Supacode would like to use Bluetooth.</string>
9+
<key>NSCalendarsUsageDescription</key>
10+
<string>A program running within Supacode would like to access your Calendar.</string>
11+
<key>NSCameraUsageDescription</key>
12+
<string>A program running within Supacode would like to use the camera.</string>
13+
<key>NSContactsUsageDescription</key>
14+
<string>A program running within Supacode would like to access your Contacts.</string>
15+
<key>NSLocalNetworkUsageDescription</key>
16+
<string>A program running within Supacode would like to access the local network.</string>
17+
<key>NSLocationUsageDescription</key>
18+
<string>A program running within Supacode would like to access your location information.</string>
19+
<key>NSMicrophoneUsageDescription</key>
20+
<string>A program running within Supacode would like to use your microphone.</string>
21+
<key>NSMotionUsageDescription</key>
22+
<string>A program running within Supacode would like to access motion data.</string>
23+
<key>NSPhotoLibraryUsageDescription</key>
24+
<string>A program running within Supacode would like to access your Photo Library.</string>
25+
<key>NSRemindersUsageDescription</key>
26+
<string>A program running within Supacode would like to access your reminders.</string>
27+
<key>NSSpeechRecognitionUsageDescription</key>
28+
<string>A program running within Supacode would like to use speech recognition.</string>
29+
<key>NSSystemAdministrationUsageDescription</key>
30+
<string>A program running within Supacode requires elevated privileges.</string>
531
<key>SUFeedURL</key>
632
<string>https://supacode.sh/download/latest/appcast.xml</string>
733
<key>SUPublicEDKey</key>

0 commit comments

Comments
 (0)