Skip to content

Commit 1a2894f

Browse files
Updates
1 parent 837a26f commit 1a2894f

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

ChatSecure/Settings.bundle/com.mono0926.LicensePlist.latest_result.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ version: 1.1
7575

7676
name: ChatSecureCore, nameSpecified:
7777
body: ChatSecure, an OTR-c…
78-
version: 0.1.0
78+
version: 1.0.0
7979

8080
name: ChatSecureCore, nameSpecified:
8181
body: ChatSecure, an OTR-c…
82-
version: 0.1.0
82+
version: 1.0.0
8383

8484
name: ChatSecureCore, nameSpecified:
8585
body: ChatSecure, an OTR-c…
86-
version: 0.1.0
86+
version: 1.0.0
8787

8888
name: CocoaAsyncSocket, nameSpecified:
8989
body: Public Domain Licens…
@@ -465,15 +465,15 @@ version: 1.1.0
465465

466466
name: SQLCipher, nameSpecified:
467467
body: Copyright (c) 2008, …
468-
version: 4.3.0
468+
version: 4.4.2
469469

470470
name: SQLCipher, nameSpecified:
471471
body: Copyright (c) 2008, …
472-
version: 4.3.0
472+
version: 4.4.2
473473

474474
name: SQLCipher, nameSpecified:
475475
body: Copyright (c) 2008, …
476-
version: 4.3.0
476+
version: 4.4.2
477477

478478
name: TTTAttributedLabel, nameSpecified:
479479
body: Copyright (c) 2011 M…

ChatSecure/Settings.bundle/com.mono0926.LicensePlist.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<key>File</key>
6363
<string>com.mono0926.LicensePlist/ChatSecureCore</string>
6464
<key>Title</key>
65-
<string>ChatSecureCore (0.1.0)</string>
65+
<string>ChatSecureCore (1.0.0)</string>
6666
<key>Type</key>
6767
<string>PSChildPaneSpecifier</string>
6868
</dict>
@@ -350,7 +350,7 @@
350350
<key>File</key>
351351
<string>com.mono0926.LicensePlist/SQLCipher</string>
352352
<key>Title</key>
353-
<string>SQLCipher (4.3.0)</string>
353+
<string>SQLCipher (4.4.2)</string>
354354
<key>Type</key>
355355
<string>PSChildPaneSpecifier</string>
356356
</dict>

ChatSecureCore.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ChatSecureCore'
3-
s.version = '0.1.0'
3+
s.version = '1.0.0'
44
s.summary = 'A short description of ChatSecureCore.'
55

66
s.description = <<-DESC
@@ -54,7 +54,7 @@ TODO: Add long description of the pod here.
5454

5555
s.dependency 'ChatSecure-Push-iOS'
5656

57-
s.dependency 'SQLCipher', '~> 4.3.0'
57+
s.dependency 'SQLCipher', '~> 4.4'
5858
s.dependency 'YapDatabase/SQLCipher', '~> 4.0'
5959

6060
s.dependency 'libsqlfs/SQLCipher'

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ abstract_target 'ChatSecureCorePods' do
1717
pod 'ZXingObjC/QRCode', :git => 'https://github.com/zxingify/zxingify-objc.git', :tag => '3.6.7'
1818

1919
# Catalyst patch won't be merged upstream
20-
pod 'SQLCipher', :git => 'https://github.com/ChatSecure/sqlcipher.git', :branch => 'v4.3.0-catalyst'
20+
pod 'SQLCipher', :git => 'https://github.com/ChatSecure/sqlcipher.git', :branch => 'v4.4.2-catalyst'
2121

2222
pod 'ParkedTextField', :git => 'https://github.com/gmertk/ParkedTextField.git', :tag => '1.0.0'
2323
pod 'JSQMessagesViewController', :path => 'Submodules/JSQMessagesViewController/JSQMessagesViewController.podspec'

Podfile.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PODS:
1212
- BBlock/UIKit (1.2.1)
1313
- BButton (4.0.2)
1414
- ChatSecure-Push-iOS (1.1)
15-
- ChatSecureCore (0.1.0):
15+
- ChatSecureCore (1.0.0):
1616
- AFNetworking/Security (~> 4.0)
1717
- Alamofire (~> 5.0)
1818
- ARChromeActivity (~> 1.0)
@@ -45,7 +45,7 @@ PODS:
4545
- QRCodeReaderViewController (~> 4.0)
4646
- SAMKeychain (~> 1.5)
4747
- SignalProtocolObjC
48-
- SQLCipher (~> 4.3.0)
48+
- SQLCipher (~> 4.4)
4949
- TTTAttributedLabel (~> 2.0)
5050
- XLForm (~> 4.1)
5151
- XMPPFramework/Swift
@@ -130,10 +130,10 @@ PODS:
130130
- SignalProtocolC (2.3.2)
131131
- SignalProtocolObjC (1.1.0):
132132
- SignalProtocolC (~> 2.3.2)
133-
- SQLCipher (4.3.0):
134-
- SQLCipher/standard (= 4.3.0)
135-
- SQLCipher/common (4.3.0)
136-
- SQLCipher/standard (4.3.0):
133+
- SQLCipher (4.4.2):
134+
- SQLCipher/standard (= 4.4.2)
135+
- SQLCipher/common (4.4.2)
136+
- SQLCipher/standard (4.4.2):
137137
- SQLCipher/common
138138
- TTTAttributedLabel (2.0.0)
139139
- XLForm (4.2.0)
@@ -267,7 +267,7 @@ DEPENDENCIES:
267267
- OTRKit (from `Submodules/OTRKit/OTRKit.podspec`)
268268
- ParkedTextField (from `https://github.com/gmertk/ParkedTextField.git`, tag `1.0.0`)
269269
- SignalProtocolObjC (from `Submodules/SignalProtocol-ObjC/SignalProtocolObjC.podspec`)
270-
- SQLCipher (from `https://github.com/ChatSecure/sqlcipher.git`, branch `v4.3.0-catalyst`)
270+
- SQLCipher (from `https://github.com/ChatSecure/sqlcipher.git`, branch `v4.4.2-catalyst`)
271271
- XMPPFramework/Swift (from `Submodules/XMPPFramework/XMPPFramework.podspec`)
272272
- YapTaskQueue/SQLCipher (from `Submodules/YapTaskQueue/YapTaskQueue.podspec`)
273273
- ZXingObjC/QRCode (from `https://github.com/zxingify/zxingify-objc.git`, tag `3.6.7`)
@@ -328,7 +328,7 @@ EXTERNAL SOURCES:
328328
SignalProtocolObjC:
329329
:path: Submodules/SignalProtocol-ObjC/SignalProtocolObjC.podspec
330330
SQLCipher:
331-
:branch: v4.3.0-catalyst
331+
:branch: v4.4.2-catalyst
332332
:git: https://github.com/ChatSecure/sqlcipher.git
333333
XMPPFramework:
334334
:path: Submodules/XMPPFramework/XMPPFramework.podspec
@@ -343,7 +343,7 @@ CHECKOUT OPTIONS:
343343
:git: https://github.com/gmertk/ParkedTextField.git
344344
:tag: 1.0.0
345345
SQLCipher:
346-
:commit: f3e2f453753d15082e24b2508f925d71bc118d36
346+
:commit: ca36896c4b4e35d4ea499b3ec42d7bfca2b4d92b
347347
:git: https://github.com/ChatSecure/sqlcipher.git
348348
ZXingObjC:
349349
:git: https://github.com/zxingify/zxingify-objc.git
@@ -356,7 +356,7 @@ SPEC CHECKSUMS:
356356
BBlock: c56d7f72597ffe1634fcdc73836c5c0fed3271be
357357
BButton: ab0f2ed3b998ae73c5188b57d270d81e4a1eeb27
358358
ChatSecure-Push-iOS: b1e7f4133afb77a42464aa0be96b14e03edcef29
359-
ChatSecureCore: a7873953f31107b652c8868a2bd4df6e4274bb58
359+
ChatSecureCore: ab9ae249d5c51003a44d1bef1a5478ada4edcd50
360360
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
361361
CocoaLumberjack: e8955b9d337ac307103b0a34fd141c32f27e53c5
362362
DTFoundation: e7781d9fd2f202bfd451fbbf8cab71ce83b46498
@@ -387,14 +387,14 @@ SPEC CHECKSUMS:
387387
SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c
388388
SignalProtocolC: 051512e9f3abfeb4120c5e9673af9ae0ee370070
389389
SignalProtocolObjC: b992ed29c3b7b453510ff0102ed16ef143f7efd2
390-
SQLCipher: d305a7bd9af4b64f095c79bdc1a1fa50f2a15116
390+
SQLCipher: 1ab0b9486a77d141e72e92ff30681926ed79c07a
391391
TTTAttributedLabel: 8cffe8e127e4e82ff3af1e5386d4cd0ad000b656
392392
XLForm: eb04ea4104f26250b70a72a7fa2eed3748dca5cd
393393
XMPPFramework: aab9f421bbe4b5072b04923446a9ad641813ec0c
394394
YapDatabase: 350ab72b61f9dcc32504594da1a52a93f5ef1476
395395
YapTaskQueue: 390669f5ef248a515e2a0d955de9d2529e2c7fa5
396396
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
397397

398-
PODFILE CHECKSUM: 3b11ba61f924004495319b37a120c44fd37bde3d
398+
PODFILE CHECKSUM: 1e37824d589d173f203a2c4184ff19c8e23fd162
399399

400400
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)