installing geolocation and google maps apis, reducing location interval

This commit is contained in:
metacryst
2025-12-17 20:39:38 -06:00
parent d160182127
commit 6230e98312
7 changed files with 180 additions and 124 deletions

View File

@@ -12,6 +12,8 @@ def capacitor_pods
pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
pod 'CapacitorCamera', :path => '../../node_modules/@capacitor/camera'
pod 'CapacitorGeolocation', :path => '../../node_modules/@capacitor/geolocation'
pod 'CapacitorGoogleMaps', :path => '../../node_modules/@capacitor/google-maps'
pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen'
end