Channel QR Code scanner [WIP]

This commit is contained in:
2024-10-19 22:33:08 +02:00
parent 1cf14e65a9
commit cc672d2f20
11 changed files with 228 additions and 11 deletions

View File

@@ -45,5 +45,10 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>This app needs camera access to scan QR codes</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs photos access to get QR code from photo library</string>
</dict>
</plist>