From 40c12ae4873041f8f3575ae64fd65ce43fb00487 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Wed, 24 Sep 2025 17:50:41 +0200 Subject: [PATCH] Added Capacitor preferences --- ios/App/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/App/Podfile b/ios/App/Podfile index 05c9cc3..6006b02 100644 --- a/ios/App/Podfile +++ b/ios/App/Podfile @@ -13,6 +13,7 @@ def capacitor_pods pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios' pod 'CapacitorDevice', :path => '../../node_modules/@capacitor/device' pod 'CapacitorNetwork', :path => '../../node_modules/@capacitor/network' + pod 'CapacitorPreferences', :path => '../../node_modules/@capacitor/preferences' pod 'CapacitorPluginSafeArea', :path => '../../node_modules/capacitor-plugin-safe-area' pod 'CordovaPluginsStatic', :path => '../capacitor-cordova-ios-plugins' end