From 84958a80a5fda7720a2634d3c264613ecd983623 Mon Sep 17 00:00:00 2001 From: Tomasz Palys Date: Mon, 10 Jul 2023 14:00:14 +0200 Subject: [PATCH] [native] Specify https as an application query scheme Summary: After specifying this it becomes possible to open the app using deep link with https schema on Chrome. Test Plan: Create a page with a link to `comm.app/invite/secret`, serve it on localhost - clicking a link should open the app. Reviewers: kamil, inka, bartek Reviewed By: bartek Subscribers: ashoat Differential Revision: https://phab.comm.dev/D8462 --- native/ios/Comm/Info.debug.plist | 1 + native/ios/Comm/Info.release.plist | 1 + 2 files changed, 2 insertions(+) diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist index 4faf81a859..b41a3729e2 100644 --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -37,6 +37,7 @@ rainbow org-appextension-feature-password-management + https LSRequiresIPhoneOS diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist index aa91c825f9..1c95d57df9 100644 --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -28,6 +28,7 @@ rainbow org-appextension-feature-password-management + https LSRequiresIPhoneOS