Added: iOS URL Schema

This commit is contained in:
TheJoKlLa 2023-02-26 21:07:00 +01:00
parent 825879a043
commit 5c14dd9972

View File

@ -42,5 +42,18 @@
<string>Light</string>
<key>NSCameraUsageDescription</key>
<string>Please allow access to the camera to scan barcodes</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>FabAccess</string>
<key>CFBundleURLSchemes</key>
<array>
<string>fabaccess</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
</array>
</dict>
</plist>