Update to libsignal v0.67.5
This commit is contained in:
parent
f93be49c1a
commit
7e2b0c2115
4
Podfile
4
Podfile
@ -11,8 +11,8 @@ source 'https://cdn.cocoapods.org/'
|
||||
pod 'blurhash', podspec: './ThirdParty/blurhash.podspec'
|
||||
pod 'SwiftProtobuf', "1.28.2"
|
||||
|
||||
ENV['LIBSIGNAL_FFI_PREBUILD_CHECKSUM'] = 'fd2ad270c7284187d6db89f6d3121f2b74ddb8f42ad8479c8273245c233c39c0'
|
||||
pod 'LibSignalClient', git: 'https://github.com/signalapp/libsignal.git', tag: 'v0.67.4', testspecs: ["Tests"]
|
||||
ENV['LIBSIGNAL_FFI_PREBUILD_CHECKSUM'] = 'a0cc1290509b5556e3af0c7e86d058ae891eb6a1b255a0a512ef1198ba792e35'
|
||||
pod 'LibSignalClient', git: 'https://github.com/signalapp/libsignal.git', tag: 'v0.67.5', testspecs: ["Tests"]
|
||||
# pod 'LibSignalClient', path: '../libsignal', testspecs: ["Tests"]
|
||||
|
||||
ENV['RINGRTC_PREBUILD_CHECKSUM'] = '3250c8dd94e834f671d873978ccc71c1147be6cdbd7992bddff1d06cb9570644'
|
||||
|
||||
16
Podfile.lock
16
Podfile.lock
@ -9,8 +9,8 @@ PODS:
|
||||
- LibMobileCoin/CoreHTTP (6.0.2):
|
||||
- SwiftProtobuf (~> 1.5)
|
||||
- libPhoneNumber-iOS (1.2.0)
|
||||
- LibSignalClient (0.67.4)
|
||||
- LibSignalClient/Tests (0.67.4)
|
||||
- LibSignalClient (0.67.5)
|
||||
- LibSignalClient/Tests (0.67.5)
|
||||
- libwebp (1.3.2):
|
||||
- libwebp/demux (= 1.3.2)
|
||||
- libwebp/mux (= 1.3.2)
|
||||
@ -53,8 +53,8 @@ DEPENDENCIES:
|
||||
- GRDB.swift/SQLCipher
|
||||
- LibMobileCoin/CoreHTTP (from `https://github.com/signalapp/libmobilecoin-ios-artifacts`, tag `signal/6.0.2`)
|
||||
- libPhoneNumber-iOS (from `https://github.com/signalapp/libPhoneNumber-iOS`, branch `signal-master`)
|
||||
- LibSignalClient (from `https://github.com/signalapp/libsignal.git`, tag `v0.67.4`)
|
||||
- LibSignalClient/Tests (from `https://github.com/signalapp/libsignal.git`, tag `v0.67.4`)
|
||||
- LibSignalClient (from `https://github.com/signalapp/libsignal.git`, tag `v0.67.5`)
|
||||
- LibSignalClient/Tests (from `https://github.com/signalapp/libsignal.git`, tag `v0.67.5`)
|
||||
- libwebp (from `./ThirdParty/libwebp.podspec.json`)
|
||||
- lottie-ios
|
||||
- Mantle (from `https://github.com/signalapp/Mantle`, branch `signal-master`)
|
||||
@ -90,7 +90,7 @@ EXTERNAL SOURCES:
|
||||
:git: https://github.com/signalapp/libPhoneNumber-iOS
|
||||
LibSignalClient:
|
||||
:git: https://github.com/signalapp/libsignal.git
|
||||
:tag: v0.67.4
|
||||
:tag: v0.67.5
|
||||
libwebp:
|
||||
:podspec: "./ThirdParty/libwebp.podspec.json"
|
||||
Mantle:
|
||||
@ -121,7 +121,7 @@ CHECKOUT OPTIONS:
|
||||
:git: https://github.com/signalapp/libPhoneNumber-iOS
|
||||
LibSignalClient:
|
||||
:git: https://github.com/signalapp/libsignal.git
|
||||
:tag: v0.67.4
|
||||
:tag: v0.67.5
|
||||
Mantle:
|
||||
:commit: e7e46253bb01ce39525d90aa69ed9e85e758bfc4
|
||||
:git: https://github.com/signalapp/Mantle
|
||||
@ -145,7 +145,7 @@ SPEC CHECKSUMS:
|
||||
GRDB.swift: 1395cb3556df6b16ed69dfc74c3886abc75d2825
|
||||
LibMobileCoin: 8503f567fa32184a5be7bc038fbd727747dd9991
|
||||
libPhoneNumber-iOS: 1a34106b49dc6e12a7f37eb9aee7c64011509547
|
||||
LibSignalClient: cffc1664abd26ad7b26a022dab006aac19ae0780
|
||||
LibSignalClient: 285417c92827b9603d5adbdccf42b717af2b9cd2
|
||||
libwebp: 1b5562124e3ca3336fb7506e76501bed7758963a
|
||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||
lottie-ios: fcb5e73e17ba4c983140b7d21095c834b3087418
|
||||
@ -158,6 +158,6 @@ SPEC CHECKSUMS:
|
||||
SwiftProtobuf: 4dbaffec76a39a8dc5da23b40af1a5dc01a4c02d
|
||||
YYImage: f1ddd15ac032a58b78bbed1e012b50302d318331
|
||||
|
||||
PODFILE CHECKSUM: bab9157bfb955e00dc405c361579a2fcbd576874
|
||||
PODFILE CHECKSUM: ca413e889ab449746049a5e429425d8124fb2756
|
||||
|
||||
COCOAPODS: 1.15.2
|
||||
|
||||
2
Pods
2
Pods
@ -1 +1 @@
|
||||
Subproject commit 26fcb0eca6b94079630c060d67c593cadd8fcd6d
|
||||
Subproject commit 0686e02e5618f210274280b7b9c95e385d40b9cd
|
||||
Loading…
Reference in New Issue
Block a user