Browse Source

fix spelling of SQLite module for iOS

pull/137/head
Trent Larson 1 week ago
parent
commit
21184e7625
  1. 2
      ios/App/App/AppDelegate.swift

2
ios/App/App/AppDelegate.swift

@ -1,6 +1,6 @@
import UIKit import UIKit
import Capacitor import Capacitor
import CapacitorSQLite import CapacitorCommunitySqlite
@UIApplicationMain @UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate { class AppDelegate: UIResponder, UIApplicationDelegate {

Loading…
Cancel
Save