@@ -12,13 +12,15 @@ def capacitor_pods
1212 pod 'Capacitor' , :path => '../../node_modules/@capacitor/ios'
1313 pod 'CapacitorCordova' , :path => '../../node_modules/@capacitor/ios'
1414 pod 'AashuDubeyCapacitorStatusbarSafeArea' , :path => '../../node_modules/@aashu-dubey/capacitor-statusbar-safe-area'
15+ pod 'CapacitorCommunityBackgroundGeolocation' , :path => '../../node_modules/@capacitor-community/background-geolocation'
1516 pod 'CapacitorCommunityKeepAwake' , :path => '../../node_modules/@capacitor-community/keep-awake'
1617 pod 'CapacitorApp' , :path => '../../node_modules/@capacitor/app'
1718 pod 'CapacitorClipboard' , :path => '../../node_modules/@capacitor/clipboard'
1819 pod 'CapacitorDevice' , :path => '../../node_modules/@capacitor/device'
1920 pod 'CapacitorFilesystem' , :path => '../../node_modules/@capacitor/filesystem'
2021 pod 'CapacitorGeolocation' , :path => '../../node_modules/@capacitor/geolocation'
2122 pod 'CapacitorKeyboard' , :path => '../../node_modules/@capacitor/keyboard'
23+ pod 'CapacitorLocalNotifications' , :path => '../../node_modules/@capacitor/local-notifications'
2224 pod 'CapacitorNetwork' , :path => '../../node_modules/@capacitor/network'
2325 pod 'CapacitorPreferences' , :path => '../../node_modules/@capacitor/preferences'
2426 pod 'CapacitorScreenOrientation' , :path => '../../node_modules/@capacitor/screen-orientation'
0 commit comments