diff --git a/scripts/test-ios.js b/scripts/test-ios.js index 51304a9..dcd7b15 100644 --- a/scripts/test-ios.js +++ b/scripts/test-ios.js @@ -800,7 +800,7 @@ const checkAndRegisterUrlScheme = (log) => { CFBundleURLName - timesafari.app + app.timesafari CFBundleURLSchemes timesafari @@ -855,10 +855,10 @@ const getAppIdentifier = () => { } // Default fallback - return 'timesafari.app'; + return 'app.timesafari'; } catch (error) { console.error('Error getting app identifier:', error); - return 'timesafari.app'; // Default fallback + return 'app.timesafari'; // Default fallback } };