This commit is contained in:
Mohammed Al-Samarraie
2026-03-14 11:21:41 +03:00
parent 8b0d849f1b
commit 0606e26ef7
5 changed files with 144 additions and 20 deletions

View File

@@ -45,11 +45,17 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>UIStatusBarHidden</key>
<false/>
<key>NSCameraUsageDescription</key>
<string>We need access to your camera to capture photos for face recognition.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>We need access to your photo library to select photos.</string>
</dict>
<key>UIStatusBarHidden</key>
<false/>
<key>NSCameraUsageDescription</key>
<string>We need access to your camera to capture photos for face recognition.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>We need access to your photo library to select photos.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>We need your location to verify your attendance at the workplace.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>We need your location to verify your attendance at the workplace.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>We need your location to verify your attendance at the workplace.</string>
</dict>
</plist>