This commit is contained in:
rustdesk
2022-04-15 17:50:15 +08:00
parent 67540b232b
commit a3e2a24bc3
10 changed files with 388 additions and 137 deletions

View File

@@ -42,6 +42,12 @@
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<false/>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>This app needs camera access to scan QR codes</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs photo library access to get QR codes from image</string>
</dict>
</plist>