From 5c14dd997270d9ce78d53a155e01b6957886fb44 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Sun, 26 Feb 2023 21:07:00 +0100 Subject: [PATCH] Added: iOS URL Schema --- Borepin/Borepin.iOS/Info.plist | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Borepin/Borepin.iOS/Info.plist b/Borepin/Borepin.iOS/Info.plist index 79a6f24..dd5e508 100644 --- a/Borepin/Borepin.iOS/Info.plist +++ b/Borepin/Borepin.iOS/Info.plist @@ -42,5 +42,18 @@ Light NSCameraUsageDescription Please allow access to the camera to scan barcodes + CFBundleURLTypes + + + CFBundleURLName + FabAccess + CFBundleURLSchemes + + fabaccess + + CFBundleTypeRole + Viewer + +