From 21184e76256193251b78f7da162cf0e2bb36d34c Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Tue, 27 May 2025 21:11:07 -0600 Subject: [PATCH] fix spelling of SQLite module for iOS --- ios/App/App/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/App/App/AppDelegate.swift b/ios/App/App/AppDelegate.swift index bca6728e..c1c6a182 100644 --- a/ios/App/App/AppDelegate.swift +++ b/ios/App/App/AppDelegate.swift @@ -1,6 +1,6 @@ import UIKit import Capacitor -import CapacitorSQLite +import CapacitorCommunitySqlite @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate {