Update to RingRTC v2.31.2
This commit is contained in:
parent
9104b2e2ef
commit
4e00d1cb71
4
Podfile
4
Podfile
@ -23,8 +23,8 @@ pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit', testspec
|
||||
pod 'blurhash', git: 'https://github.com/signalapp/blurhash', branch: 'signal-master'
|
||||
# pod 'blurhash', path: '../blurhash'
|
||||
|
||||
ENV['RINGRTC_PREBUILD_CHECKSUM'] = 'd7f1ee06621f11f78fe05ba696ec12c92d74fb5842aab79277624649a92dccc2'
|
||||
pod 'SignalRingRTC', git: 'https://github.com/signalapp/ringrtc', tag: 'v2.31.1', inhibit_warnings: true
|
||||
ENV['RINGRTC_PREBUILD_CHECKSUM'] = '7179fa149400665637c097cb5bf74674e7603eedb22a6d1e684611ffa7e800dc'
|
||||
pod 'SignalRingRTC', git: 'https://github.com/signalapp/ringrtc', tag: 'v2.31.2', inhibit_warnings: true
|
||||
# pod 'SignalRingRTC', path: '../ringrtc', testspecs: ["Tests"]
|
||||
|
||||
pod 'GRDB.swift/SQLCipher'
|
||||
|
||||
16
Podfile.lock
16
Podfile.lock
@ -53,10 +53,10 @@ PODS:
|
||||
- CocoaLumberjack
|
||||
- SignalCoreKit/Tests (1.0.0):
|
||||
- CocoaLumberjack
|
||||
- SignalRingRTC (2.31.1):
|
||||
- SignalRingRTC (2.31.2):
|
||||
- SignalCoreKit
|
||||
- SignalRingRTC/WebRTC (= 2.31.1)
|
||||
- SignalRingRTC/WebRTC (2.31.1):
|
||||
- SignalRingRTC/WebRTC (= 2.31.2)
|
||||
- SignalRingRTC/WebRTC (2.31.2):
|
||||
- SignalCoreKit
|
||||
- SQLCipher (4.5.3):
|
||||
- SQLCipher/standard (= 4.5.3)
|
||||
@ -94,7 +94,7 @@ DEPENDENCIES:
|
||||
- SAMKeychain
|
||||
- SignalCoreKit (from `https://github.com/signalapp/SignalCoreKit`)
|
||||
- SignalCoreKit/Tests (from `https://github.com/signalapp/SignalCoreKit`)
|
||||
- SignalRingRTC (from `https://github.com/signalapp/ringrtc`, tag `v2.31.1`)
|
||||
- SignalRingRTC (from `https://github.com/signalapp/ringrtc`, tag `v2.31.2`)
|
||||
- SQLCipher (from `https://github.com/signalapp/sqlcipher.git`, commit `8ea0af7934e0107e4de8e96c8a7d5a95e2611eef`)
|
||||
- SSZipArchive (from `ThirdParty/SSZipArchive.podspec`)
|
||||
- SwiftProtobuf (>= 1.14.0)
|
||||
@ -143,7 +143,7 @@ EXTERNAL SOURCES:
|
||||
:git: https://github.com/signalapp/SignalCoreKit
|
||||
SignalRingRTC:
|
||||
:git: https://github.com/signalapp/ringrtc
|
||||
:tag: v2.31.1
|
||||
:tag: v2.31.2
|
||||
SQLCipher:
|
||||
:commit: 8ea0af7934e0107e4de8e96c8a7d5a95e2611eef
|
||||
:git: https://github.com/signalapp/sqlcipher.git
|
||||
@ -182,7 +182,7 @@ CHECKOUT OPTIONS:
|
||||
:git: https://github.com/signalapp/SignalCoreKit
|
||||
SignalRingRTC:
|
||||
:git: https://github.com/signalapp/ringrtc
|
||||
:tag: v2.31.1
|
||||
:tag: v2.31.2
|
||||
SQLCipher:
|
||||
:commit: 8ea0af7934e0107e4de8e96c8a7d5a95e2611eef
|
||||
:git: https://github.com/signalapp/sqlcipher.git
|
||||
@ -209,12 +209,12 @@ SPEC CHECKSUMS:
|
||||
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
|
||||
SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c
|
||||
SignalCoreKit: da9aed6ee558e66fe9380f6745880ae58e610912
|
||||
SignalRingRTC: d170119640666c317a792e952aec31fe767de4e8
|
||||
SignalRingRTC: 8502246c4c376a7fa5f3f24c542461bfbef663ff
|
||||
SQLCipher: 57fa9f863fa4a3ed9dd3c90ace52315db8c0fdca
|
||||
SSZipArchive: 8c3485528a87fa6f90afdbfc33682eb61d985ae5
|
||||
SwiftProtobuf: b02b5075dcf60c9f5f403000b3b0c202a11b6ae1
|
||||
YYImage: f1ddd15ac032a58b78bbed1e012b50302d318331
|
||||
|
||||
PODFILE CHECKSUM: bf2811de5f7cb143973f730293597f376b4dbbae
|
||||
PODFILE CHECKSUM: baacae57cc6dd5a0c12a4704af4f1d18c2a0ceb4
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
|
||||
2
Pods
2
Pods
@ -1 +1 @@
|
||||
Subproject commit 57388639e6cc6ab778534e79f832ebdb176e7b77
|
||||
Subproject commit dab419b9ffa5f7f4021f779a1acea1fef7ccfac3
|
||||
Loading…
Reference in New Issue
Block a user