From 248a9edff0ae43c80c9cf6e01224ae26fe71d34b Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Mon, 26 Feb 2024 16:10:42 +0545 Subject: [PATCH] feat: Support deeplink for configuration #2442 --- android/app/src/main/AndroidManifest.xml | 6 ++++++ ios/Runner/Info.plist | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e6980ebd5..7d05d7d19 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -95,6 +95,12 @@ + + + + + + diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index a23ba09bf..afc217aef 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -136,6 +136,16 @@ wc-altme + + CFBundleTypeRole + Editor + CFBundleURLName + configuration + CFBundleURLSchemes + + configuration + + CFBundleTypeRole Editor