|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <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> |
5 | 31 | <key>SUFeedURL</key> |
6 | 32 | <string>https://supacode.sh/download/latest/appcast.xml</string> |
7 | 33 | <key>SUPublicEDKey</key> |
|
0 commit comments