Add location permission to `Info.plist`

This commit is contained in:
TheEthicalBoy 2024-07-01 14:30:56 +02:00 committed by GitHub
parent 373aa0d3fa
commit 669efd32fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -31,6 +31,8 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMicrophoneUsageDescription</key>
<string>Audio Recording</string>
<string>This app needs access to Audio Recording.</string>
<key>NSLocationUsageDescription</key>
<string>This app needs access to location.</string>
</dict>
</plist>
</plist>