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

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