From cd32c37cfb05d97637bc1f0e59ad91128fc31481 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Tue, 25 Mar 2025 08:53:24 +0000 Subject: [PATCH] fix: standardize app package name to app.timesafari.app Update package name consistently across all configurations to fix deep linking and app identification issues. Changes: - Update appId in package.json build config from "app.timesafari" to "app.timesafari.app" - Update force-stop commands in test scripts to use correct package name - Update URL scheme registration in iOS Info.plist to use consistent bundle ID - Update app identifier fallback values in iOS test script - Update serve script to use production mode with host flag Technical Details: - Standardized package name to "app.timesafari.app" across all configurations - Fixed ADB commands in test scripts to use correct package identifier - Updated iOS URL scheme registration to match Android package name - Added proper NODE_ENV and host configuration for serve command Benefits: - Fixes deep linking functionality by using consistent package identifiers - Ensures correct app identification across Android and iOS platforms - Improves test reliability with correct package references - Enables proper cross-platform URL scheme handling --- BUILDING.md | 8 +- .../buildOutputCleanup.lock | Bin 17 -> 17 bytes android/.gradle/file-system.probe | Bin 8 -> 8 bytes android/app/src/main/assets/public/index.html | 2 +- package-lock.json | 1459 +++++++++-------- package.json | 4 +- scripts/test-android.js | 6 +- scripts/test-ios.js | 6 +- test-scripts/run-deeplink-tests.sh | 2 +- vite.config.js | 6 + 10 files changed, 838 insertions(+), 655 deletions(-) create mode 100644 vite.config.js diff --git a/BUILDING.md b/BUILDING.md index 18afc5f..11dfb99 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -442,13 +442,13 @@ mv time-safari/dist time-safari-dist-prev.0 && mv crowd-funder-for-time-pwa/dist adb shell pm list packages | grep timesafari # Force stop the app (if it's running) -adb shell am force-stop app.timesafari +adb shell am force-stop app.timesafari.app # Clear app data (if you don't want to fully uninstall) -adb shell pm clear app.timesafari +adb shell pm clear app.timesafari.app # Uninstall for all users -adb shell pm uninstall -k --user 0 app.timesafari +adb shell pm uninstall -k --user 0 app.timesafari.app # Check if app is installed -adb shell pm path app.timesafari \ No newline at end of file +adb shell pm path app.timesafari.app \ No newline at end of file diff --git a/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 6f5da8a4ca559c926011acca45cde951d01726cd..52c7f4df5f7fd2428cd6319aa5d885b69fc96568 100644 GIT binary patch literal 17 VcmZQ>duy#wxduy#wx( diff --git a/android/.gradle/file-system.probe b/android/.gradle/file-system.probe index d0da61435c89283dd5c3fdbf3e2a207341b09998..e7eb1c444ccb0f72b9e2694c177a24b72be11a53 100644 GIT binary patch literal 8 PcmZQzV4Qj;AZjuI2wno9 literal 8 PcmZQzV4S*rmY^E|2nhl| diff --git a/android/app/src/main/assets/public/index.html b/android/app/src/main/assets/public/index.html index 9a2af5b..63f7f2f 100644 --- a/android/app/src/main/assets/public/index.html +++ b/android/app/src/main/assets/public/index.html @@ -6,7 +6,7 @@ TimeSafari - +