|
@@ -13,10 +13,15 @@ def capacitor_pods
|
|
|
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
|
|
pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
|
|
|
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
|
|
pod 'CapacitorApp', :path => '../../node_modules/@capacitor/app'
|
|
|
pod 'CapacitorBrowser', :path => '../../node_modules/@capacitor/browser'
|
|
pod 'CapacitorBrowser', :path => '../../node_modules/@capacitor/browser'
|
|
|
|
|
+ pod 'CapacitorCamera', :path => '../../node_modules/@capacitor/camera'
|
|
|
pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device'
|
|
pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device'
|
|
|
|
|
+ pod 'CapacitorGeolocation', :path => '../../node_modules/@capacitor/geolocation'
|
|
|
|
|
+ pod 'CapacitorGoogleMaps', :path => '../../node_modules/@capacitor/google-maps'
|
|
|
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
|
|
pod 'CapacitorKeyboard', :path => '../../node_modules/@capacitor/keyboard'
|
|
|
pod 'CapacitorPreferences', :path => '../../node_modules/@capacitor/preferences'
|
|
pod 'CapacitorPreferences', :path => '../../node_modules/@capacitor/preferences'
|
|
|
pod 'CapacitorPushNotifications', :path => '../../node_modules/@capacitor/push-notifications'
|
|
pod 'CapacitorPushNotifications', :path => '../../node_modules/@capacitor/push-notifications'
|
|
|
|
|
+ pod 'CapacitorShare', :path => '../../node_modules/@capacitor/share'
|
|
|
|
|
+ pod 'CapacitorSplashScreen', :path => '../../node_modules/@capacitor/splash-screen'
|
|
|
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
|
|
pod 'CapacitorStatusBar', :path => '../../node_modules/@capacitor/status-bar'
|
|
|
end
|
|
end
|
|
|
|
|
|