Revert "Capacitor 8 — Step B: migrate iOS from CocoaPods to Swift Package Manager"

This reverts commit 92f1f8f1a3.
This commit is contained in:
2026-08-03 15:43:23 +05:30
parent 92f1f8f1a3
commit 166bea4314
7 changed files with 56 additions and 110 deletions
@@ -3,7 +3,7 @@ import Capacitor
import PushKit
import CallKit
import AVFoundation
import LiveKit // SPM product name is 'LiveKit' (Package.swift). (The old CocoaPods module was 'LiveKitClient'.)
import LiveKitClient // the CocoaPod is 'LiveKitClient' (no module_name), so the Swift module is LiveKitClient NOT LiveKit
// Native calling for Biz Connect (iOS). Registered by `cap sync` as window.Capacitor.Plugins.NativeCall.
//