From bb2a4ab76e86b883a422a3339753a9544f746c96 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 16 Jun 2025 16:09:08 +0800 Subject: [PATCH] URL scheme config for iOS - Registers the timesafari:// URL scheme - Sets the bundle URL name to app.timesafari --- ios/App/App/Info.plist | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index b0b1f21a..14ca68c1 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -49,5 +49,16 @@ UIViewControllerBasedStatusBarAppearance + CFBundleURLTypes + + + CFBundleURLName + app.timesafari + CFBundleURLSchemes + + timesafari + + +