Bump iOS min deployment target to 15

(This is what the iOS app has been at for quite a while by now.)
This commit is contained in:
Jordan Rose
2025-05-05 13:54:20 -04:00
parent ec7c5af356
commit 67acb36a55
4 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/signalapp/libsignal.git', :tag => "v#{s.version}" }
s.swift_version = '5'
s.platform = :ios, '13.0'
s.platform = :ios, '15.0'
s.source_files = ['swift/Sources/**/*.swift', 'swift/Sources/**/*.m']
s.preserve_paths = [