move to yapdb@signal-release

pull/1/head
Michael Kirk 6 years ago
parent 73f622db69
commit cd70f9d0c3

@ -45,8 +45,7 @@ def shared_pods
pod 'SocketRocket', :git => 'https://github.com/signalapp/SocketRocket.git', branch: 'mkirk/handle-sec-err', inhibit_warnings: true pod 'SocketRocket', :git => 'https://github.com/signalapp/SocketRocket.git', branch: 'mkirk/handle-sec-err', inhibit_warnings: true
# Forked for compatibily with the ShareExtension, changes have an open PR, but have not been merged. # Forked for compatibily with the ShareExtension, changes have an open PR, but have not been merged.
# pod 'YapDatabase/SQLCipher', :git => 'https://github.com/signalapp/YapDatabase.git', branch: 'signal-release' pod 'YapDatabase/SQLCipher', :git => 'https://github.com/signalapp/YapDatabase.git', branch: 'signal-release'
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/signalapp/YapDatabase.git', branch: 'mkirk/sqlcipher4'
# pod 'YapDatabase/SQLCipher', path: '../YapDatabase' # pod 'YapDatabase/SQLCipher', path: '../YapDatabase'
# Forked to incorporate our self-built binary artifact. # Forked to incorporate our self-built binary artifact.

@ -208,7 +208,7 @@ DEPENDENCIES:
- SocketRocket (from `https://github.com/signalapp/SocketRocket.git`, branch `mkirk/handle-sec-err`) - SocketRocket (from `https://github.com/signalapp/SocketRocket.git`, branch `mkirk/handle-sec-err`)
- SQLCipher (>= 4.0.1) - SQLCipher (>= 4.0.1)
- SSZipArchive - SSZipArchive
- YapDatabase/SQLCipher (from `https://github.com/signalapp/YapDatabase.git`, branch `mkirk/sqlcipher4`) - YapDatabase/SQLCipher (from `https://github.com/signalapp/YapDatabase.git`, branch `signal-release`)
- YYImage - YYImage
SPEC REPOS: SPEC REPOS:
@ -248,7 +248,7 @@ EXTERNAL SOURCES:
:branch: mkirk/handle-sec-err :branch: mkirk/handle-sec-err
:git: https://github.com/signalapp/SocketRocket.git :git: https://github.com/signalapp/SocketRocket.git
YapDatabase: YapDatabase:
:branch: mkirk/sqlcipher4 :branch: signal-release
:git: https://github.com/signalapp/YapDatabase.git :git: https://github.com/signalapp/YapDatabase.git
CHECKOUT OPTIONS: CHECKOUT OPTIONS:
@ -277,7 +277,7 @@ CHECKOUT OPTIONS:
:commit: 9f9563a83cd8960503074aa8de72206f83fb7a69 :commit: 9f9563a83cd8960503074aa8de72206f83fb7a69
:git: https://github.com/signalapp/SocketRocket.git :git: https://github.com/signalapp/SocketRocket.git
YapDatabase: YapDatabase:
:commit: 7ee35e1a42c2c075db005dc0278e57913a00b31a :commit: 9f7d82395c534107928990950720fc49073c7b47
:git: https://github.com/signalapp/YapDatabase.git :git: https://github.com/signalapp/YapDatabase.git
SPEC CHECKSUMS: SPEC CHECKSUMS:
@ -303,6 +303,6 @@ SPEC CHECKSUMS:
YapDatabase: b418a4baa6906e8028748938f9159807fd039af4 YapDatabase: b418a4baa6906e8028748938f9159807fd039af4
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54 YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54
PODFILE CHECKSUM: 627f656b9187deaf83ab4cfb12fe2a4a0326aee3 PODFILE CHECKSUM: 7ccd091c65f353c7fcc3021a13b557a576d48509
COCOAPODS: 1.5.3 COCOAPODS: 1.5.3

@ -1 +1 @@
Subproject commit 94b55b6ec723b03927626c2cc0dfbafb33f3ef13 Subproject commit 2b8dd57892298048828b26255f9f753fdd1235a4
Loading…
Cancel
Save