Skip to content

Commit 2ddff10

Browse files
XMPPFramework 4.0
1 parent 0130921 commit 2ddff10

File tree

8 files changed

+37
-31
lines changed

8 files changed

+37
-31
lines changed

ChatSecure.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3518,6 +3518,7 @@
35183518
CODE_SIGN_ENTITLEMENTS = ChatSecure/ChatSecure.entitlements;
35193519
CODE_SIGN_IDENTITY = "iPhone Developer";
35203520
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
3521+
CODE_SIGN_STYLE = Automatic;
35213522
DEVELOPMENT_TEAM = "";
35223523
FRAMEWORK_SEARCH_PATHS = (
35233524
"$(inherited)",
@@ -3555,6 +3556,7 @@
35553556
CODE_SIGN_ENTITLEMENTS = ChatSecure/ChatSecure.entitlements;
35563557
CODE_SIGN_IDENTITY = "iPhone Developer";
35573558
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
3559+
CODE_SIGN_STYLE = Automatic;
35583560
DEVELOPMENT_TEAM = "";
35593561
FRAMEWORK_SEARCH_PATHS = (
35603562
"$(inherited)",

ChatSecure/Classes/Controllers/OTRYapExtensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ open class OTRYapExtensions:NSObject {
1818
let usernameColumnName = BuddyFTSColumnName.username.name()
1919
let displayNameColumnName = BuddyFTSColumnName.displayName.name()
2020

21-
let searchHandler = YapDatabaseFullTextSearchHandler.withObjectBlock { (dict, collection, key, object) in
21+
let searchHandler = YapDatabaseFullTextSearchHandler.withObjectBlock { (transaction, dict, collection, key, object) in
2222
guard let buddy = object as? OTRBuddy else {
2323
return
2424
}

ChatSecure/Classes/Controllers/XMPP/Storage/MessageStorage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ extension MessageStorage: XMPPMessageArchiveManagementDelegate {
400400
}
401401
}
402402

403-
public func xmppMessageArchiveManagement(_ xmppMessageArchiveManagement: XMPPMessageArchiveManagement, didFailToReceiveMessages error: XMPPIQ) {
403+
public func xmppMessageArchiveManagement(_ xmppMessageArchiveManagement: XMPPMessageArchiveManagement, didFailToReceiveMessages error: XMPPIQ?) {
404404
DDLogError("Failed to receive messages \(error)")
405405
}
406406

ChatSecure/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.3.0</string>
18+
<string>4.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>
@@ -35,7 +35,7 @@
3535
</dict>
3636
</array>
3737
<key>CFBundleVersion</key>
38-
<string>127</string>
38+
<string>128</string>
3939
<key>FacebookAppID</key>
4040
<string>447241325394334</string>
4141
<key>FacebookDisplayName</key>

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.6)
4+
CFPropertyList (3.0.0)
55
activesupport (4.2.10)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
atomos (0.1.2)
1111
claide (1.0.2)
12-
cocoapods (1.5.0)
12+
cocoapods (1.5.3)
1313
activesupport (>= 4.0.2, < 5)
1414
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.5.0)
15+
cocoapods-core (= 1.5.3)
1616
cocoapods-deintegrate (>= 1.0.2, < 2.0)
1717
cocoapods-downloader (>= 1.2.0, < 2.0)
1818
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -28,12 +28,12 @@ GEM
2828
nap (~> 1.0)
2929
ruby-macho (~> 1.1)
3030
xcodeproj (>= 1.5.7, < 2.0)
31-
cocoapods-core (1.5.0)
31+
cocoapods-core (1.5.3)
3232
activesupport (>= 4.0.2, < 6)
3333
fuzzy_match (~> 2.0.4)
3434
nap (~> 1.0)
3535
cocoapods-deintegrate (1.0.2)
36-
cocoapods-downloader (1.2.0)
36+
cocoapods-downloader (1.2.1)
3737
cocoapods-plugins (1.0.0)
3838
nap
3939
cocoapods-search (1.0.0)
@@ -47,7 +47,7 @@ GEM
4747
escape (0.0.4)
4848
fourflusher (2.0.1)
4949
fuzzy_match (2.0.4)
50-
gh_inspector (1.1.2)
50+
gh_inspector (1.1.3)
5151
i18n (0.9.5)
5252
concurrent-ruby (~> 1.0)
5353
minitest (5.11.3)
@@ -59,12 +59,12 @@ GEM
5959
thread_safe (0.3.6)
6060
tzinfo (1.2.5)
6161
thread_safe (~> 0.1)
62-
xcodeproj (1.5.7)
62+
xcodeproj (1.5.9)
6363
CFPropertyList (>= 2.3.3, < 4.0)
6464
atomos (~> 0.1.2)
6565
claide (>= 1.0.2, < 2.0)
6666
colored2 (~> 3.1)
67-
nanaimo (~> 0.2.4)
67+
nanaimo (~> 0.2.5)
6868

6969
PLATFORMS
7070
ruby

Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ abstract_target 'ChatSecureCorePods' do
5353
# pod 'GCDWebServer/CocoaLumberjack', :git => 'https://github.com/ChatSecure/GCDWebServer.git', :branch => 'kdbertel-CocoaLumberjack3'
5454
pod 'CPAProxy', :path => 'Submodules/CPAProxy/CPAProxy.podspec'
5555
pod 'XMPPFramework/Swift', :path => 'Submodules/XMPPFramework/XMPPFramework.podspec'
56+
5657
pod 'ChatSecure-Push-iOS', :path => 'Submodules/ChatSecure-Push-iOS/ChatSecure-Push-iOS.podspec'
5758

5859
# Google Auth
@@ -61,7 +62,7 @@ abstract_target 'ChatSecureCorePods' do
6162

6263
# Storage
6364
# pod 'YapDatabase/SQLCipher', '~> 3.0.2'
64-
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/yapstudios/YapDatabase.git', :commit => 'ce9c8db' # 865 fix
65+
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/yapstudios/YapDatabase.git', :commit => 'fcfda4e' # 865 fix
6566
pod 'libsqlfs/SQLCipher', :git => 'https://github.com/ChatSecure/libsqlfs.git', :branch => 'podspec-fix'
6667
pod 'IOCipher/GCDWebServer', :path => 'Submodules/IOCipher/IOCipher.podspec'
6768
pod 'YapTaskQueue/SQLCipher', :git => 'https://github.com/ChatSecure/YapTaskQueue.git', :branch => 'swift4'

Podfile.lock

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PODS:
4040
- IOCipher/common
4141
- JSQMessagesViewController (7.3.4)
4242
- JTSImageViewController (1.5.1)
43-
- KissXML (5.2.2)
43+
- KissXML (5.2.3)
4444
- KSCrash (1.15.18):
4545
- KSCrash/Installations (= 1.15.18)
4646
- KSCrash/Installations (1.15.18):
@@ -109,7 +109,7 @@ PODS:
109109
- Kvitto/Core (= 1.0.3)
110110
- Kvitto/Core (1.0.3):
111111
- DTFoundation/DTASN1 (~> 1.7.13)
112-
- libidn (1.33)
112+
- libidn (1.35)
113113
- libsqlfs/common (1.3.2)
114114
- libsqlfs/SQLCipher (1.3.2):
115115
- libsqlfs/common
@@ -146,12 +146,12 @@ PODS:
146146
- SQLCipher/standard (3.4.2):
147147
- SQLCipher/common
148148
- TUSafariActivity (1.0.4)
149-
- XMPPFramework/default (4.0):
150-
- CocoaAsyncSocket (~> 7.6.0)
149+
- XMPPFramework/default (4.0.0):
150+
- CocoaAsyncSocket (~> 7.6)
151151
- CocoaLumberjack
152-
- KissXML (~> 5.2.0)
153-
- libidn (~> 1.33.0)
154-
- XMPPFramework/Swift (4.0):
152+
- KissXML (~> 5.2)
153+
- libidn (~> 1.35)
154+
- XMPPFramework/Swift (4.0.0):
155155
- CocoaLumberjack/Swift
156156
- XMPPFramework/default
157157
- YapDatabase/SQLCipher (3.0.2):
@@ -166,6 +166,7 @@ PODS:
166166
- YapDatabase/SQLCipher/Extensions/AutoView (= 3.0.2)
167167
- YapDatabase/SQLCipher/Extensions/CloudCore (= 3.0.2)
168168
- YapDatabase/SQLCipher/Extensions/CloudKit (= 3.0.2)
169+
- YapDatabase/SQLCipher/Extensions/ConnectionPool (= 3.0.2)
169170
- YapDatabase/SQLCipher/Extensions/ConnectionProxy (= 3.0.2)
170171
- YapDatabase/SQLCipher/Extensions/CrossProcessNotification (= 3.0.2)
171172
- YapDatabase/SQLCipher/Extensions/FilteredView (= 3.0.2)
@@ -187,6 +188,8 @@ PODS:
187188
- YapDatabase/SQLCipher/Core
188189
- YapDatabase/SQLCipher/Extensions/CloudKit (3.0.2):
189190
- YapDatabase/SQLCipher/Core
191+
- YapDatabase/SQLCipher/Extensions/ConnectionPool (3.0.2):
192+
- YapDatabase/SQLCipher/Core
190193
- YapDatabase/SQLCipher/Extensions/ConnectionProxy (3.0.2):
191194
- YapDatabase/SQLCipher/Core
192195
- YapDatabase/SQLCipher/Extensions/CrossProcessNotification (3.0.2):
@@ -246,11 +249,11 @@ DEPENDENCIES:
246249
- SignalProtocolObjC (from `Submodules/SignalProtocol-ObjC/SignalProtocolObjC.podspec`)
247250
- TUSafariActivity (~> 1.0)
248251
- XMPPFramework/Swift (from `Submodules/XMPPFramework/XMPPFramework.podspec`)
249-
- YapDatabase/SQLCipher (from `https://github.com/yapstudios/YapDatabase.git`, commit `ce9c8db`)
252+
- YapDatabase/SQLCipher (from `https://github.com/yapstudios/YapDatabase.git`, commit `fcfda4e`)
250253
- YapTaskQueue/SQLCipher (from `https://github.com/ChatSecure/YapTaskQueue.git`, branch `swift4`)
251254

252255
SPEC REPOS:
253-
https://github.com/CocoaPods/Specs.git:
256+
https://github.com/cocoapods/specs.git:
254257
- Alamofire
255258
- Appirater
256259
- ARChromeActivity
@@ -303,7 +306,7 @@ EXTERNAL SOURCES:
303306
XMPPFramework:
304307
:path: Submodules/XMPPFramework/XMPPFramework.podspec
305308
YapDatabase:
306-
:commit: ce9c8db
309+
:commit: fcfda4e
307310
:git: https://github.com/yapstudios/YapDatabase.git
308311
YapTaskQueue:
309312
:branch: swift4
@@ -317,7 +320,7 @@ CHECKOUT OPTIONS:
317320
:commit: 43f1d3b
318321
:git: https://github.com/gmertk/ParkedTextField.git
319322
YapDatabase:
320-
:commit: ce9c8db
323+
:commit: fcfda4e
321324
:git: https://github.com/yapstudios/YapDatabase.git
322325
YapTaskQueue:
323326
:commit: fb0716626af841b573ff752b9bd064d26d3fda96
@@ -340,10 +343,10 @@ SPEC CHECKSUMS:
340343
IOCipher: 3b86ccd68b08ee73b3de80c24a10de130269698c
341344
JSQMessagesViewController: bc44afc60cca8c9e0fb127243d57551013e1f319
342345
JTSImageViewController: 1f8ce1cc93dab0d0af8e53badeea7528560cfec9
343-
KissXML: 4418f32138aec43797891845d682b00fc8cd4677
346+
KissXML: 09f88ff8161fd058d67b70740b8b516687b52823
344347
KSCrash: 5394936f41e5c1ef7b79cf79b30d53299b0c160e
345348
Kvitto: d451f893f84ad669850b7cb7d3f8781363e14232
346-
libidn: 90fc1a62b60288dcf543f13f4ebca913f17d829f
349+
libidn: e4576a956b797c584c77aaedfc6e3dd639b61bdc
347350
libsqlfs: 053504a0181dd89441857c02eea05c1f972abeed
348351
LumberjackConsole: 8ab064c6cf434e4a749de1e8e0ab53824bb53407
349352
MWFeedParser: 2cf646014c1baf6ad1b08c480b40a08180079247
@@ -358,10 +361,10 @@ SPEC CHECKSUMS:
358361
SignalProtocolObjC: cddb256f5d3015dd507e59f7175fa6c9154f8dc6
359362
SQLCipher: f9fcf29b2e59ced7defc2a2bdd0ebe79b40d4990
360363
TUSafariActivity: afc55a00965377939107ce4fdc7f951f62454546
361-
XMPPFramework: 0e1a2db1a9a2b05ea354b5b418f797462885f9d9
362-
YapDatabase: 299a32de9d350d37a9ac5b0532609d87d5d2a5de
364+
XMPPFramework: 42441b450fa312d8f6d8386ca1d371b31a881d1b
365+
YapDatabase: 178cc1eabfa25a1307a6245ca0de9dadadc6c331
363366
YapTaskQueue: f3b23875bead71a7ee57b65637ce9c0e98b68c34
364367

365-
PODFILE CHECKSUM: a3465172f60834508b141f5c6bbdbb38c93c595a
368+
PODFILE CHECKSUM: ab8421772b71fcfaffc4015123e94b89e107ab25
366369

367-
COCOAPODS: 1.5.0
370+
COCOAPODS: 1.5.3

Submodules/XMPPFramework

Submodule XMPPFramework updated 35 files

0 commit comments

Comments
 (0)