swift: Remove sealedSenderEncrypt/Decrypt convenience functions

...in favor of the more general functions using
UnidentifiedSenderMessageContent, which the iOS app is already using.
(sealedSenderDecrypt in particular was never updated to support
PQXDH.)
This commit is contained in:
Jordan Rose
2025-05-05 16:59:51 -04:00
parent afe710164c
commit 1458b6ffa2
13 changed files with 55 additions and 184 deletions

View File

@@ -5,7 +5,7 @@
Pod::Spec.new do |s|
s.name = 'LibSignalClient'
s.version = '0.71.1'
s.version = '0.72.0'
s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.'
s.homepage = 'https://github.com/signalapp/libsignal'