ffi: Expose LibsignalLogger protocol rather than depending on DDLog

This drops the SignalCoreKit dependency for the CocoaPod, but does
mean clients will have to register their own logger explicitly.
This commit is contained in:
Jordan Rose
2024-05-15 17:44:30 -07:00
parent 3e1c50a4d5
commit e1aa542bd5
10 changed files with 167 additions and 134 deletions

View File

@@ -16,8 +16,6 @@ Pod::Spec.new do |s|
s.swift_version = '5'
s.platform = :ios, '13.0'
s.dependency 'SignalCoreKit'
s.source_files = ['swift/Sources/**/*.swift', 'swift/Sources/**/*.m']
s.preserve_paths = [
'swift/Sources/SignalFfi',