This commit is contained in:
2025-09-19 12:13:40 +05:30
parent 87e00d540f
commit 8ef4f1327f
30 changed files with 49 additions and 35 deletions

View File

@@ -47,5 +47,19 @@
<true/>
<key>NSFaceIDUsageDescription</key>
<string>We use Face ID to secure your data.</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
<string>http</string>
</array>
<key>NSCameraUsageDescription</key>
<string>This app needs camera access to scan QR codes and take pictures.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs photo library access to save and share images.</string>
<key>NSContactsUsageDescription</key>
<string>This app needs contacts access to easily send money to your contacts.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app needs microphone access for voice commands.</string>
</dict>
</plist>