Skip to content

Commit 46eca1c

Browse files
Dependency updates
1 parent 55cfdd9 commit 46eca1c

File tree

6 files changed

+21
-26
lines changed

6 files changed

+21
-26
lines changed

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Alamofire, nameSpecified:
22
body: Copyright (c) 2014 A…
3-
version: 4.8.1
3+
version: 4.8.2
44

55
name: Alamofire, nameSpecified:
66
body: Copyright (c) 2014 A…
7-
version: 4.8.1
7+
version: 4.8.2
88

99
name: Alamofire, nameSpecified:
1010
body: Copyright (c) 2014 A…
11-
version: 4.8.1
11+
version: 4.8.2
1212

1313
name: Appirater, nameSpecified:
1414
body: Copyright 2017. Aras…
@@ -63,15 +63,15 @@ version: 4.0.2
6363

6464
name: ChatSecure-Push-iOS, nameSpecified:
6565
body: …
66-
version: 1.0
66+
version: 1.1
6767

6868
name: ChatSecure-Push-iOS, nameSpecified:
6969
body: …
70-
version: 1.0
70+
version: 1.1
7171

7272
name: ChatSecure-Push-iOS, nameSpecified:
7373
body: …
74-
version: 1.0
74+
version: 1.1
7575

7676
name: CocoaAsyncSocket, nameSpecified:
7777
body: Public Domain Licens…
@@ -281,19 +281,19 @@ name: LicensePlist, nameSpecified:
281281
body: MIT License
282282

283283
Copyrig…
284-
version: 2.3.0
284+
version: 2.5.0
285285

286286
name: LicensePlist, nameSpecified:
287287
body: MIT License
288288

289289
Copyrig…
290-
version: 2.3.0
290+
version: 2.5.0
291291

292292
name: LicensePlist, nameSpecified:
293293
body: MIT License
294294

295295
Copyrig…
296-
version: 2.3.0
296+
version: 2.5.0
297297

298298
name: LumberjackConsole, nameSpecified:
299299
body: Apache License

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<key>File</key>
1717
<string>com.mono0926.LicensePlist/Alamofire</string>
1818
<key>Title</key>
19-
<string>Alamofire (4.8.1)</string>
19+
<string>Alamofire (4.8.2)</string>
2020
<key>Type</key>
2121
<string>PSChildPaneSpecifier</string>
2222
</dict>
@@ -56,7 +56,7 @@
5656
<key>File</key>
5757
<string>com.mono0926.LicensePlist/ChatSecure-Push-iOS</string>
5858
<key>Title</key>
59-
<string>ChatSecure-Push-iOS (1.0)</string>
59+
<string>ChatSecure-Push-iOS (1.1)</string>
6060
<key>Type</key>
6161
<string>PSChildPaneSpecifier</string>
6262
</dict>
@@ -240,7 +240,7 @@
240240
<key>File</key>
241241
<string>com.mono0926.LicensePlist/LicensePlist</string>
242242
<key>Title</key>
243-
<string>LicensePlist (2.3.0)</string>
243+
<string>LicensePlist (2.5.0)</string>
244244
<key>Type</key>
245245
<string>PSChildPaneSpecifier</string>
246246
</dict>

Podfile

-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# Disable CocoaPods deterministic UUIDs as Pods are not checked in
22
ENV["COCOAPODS_DISABLE_DETERMINISTIC_UUIDS"] = "true"
33

4-
SWIFT_4_PODS = ['ChatSecure-Push-iOS']
5-
64
# Disable Bitcode for all targets http://stackoverflow.com/a/32685434/805882
75
post_install do |installer|
86
installer.pods_project.targets.each do |target|
97
target.build_configurations.each do |config|
10-
if SWIFT_4_PODS.include? target.name
11-
config.build_settings['SWIFT_VERSION'] = '4.2'
12-
end
138
config.build_settings['ENABLE_BITCODE'] = 'NO'
149
config.build_settings['CLANG_WARN_DOCUMENTATION_COMMENTS'] = 'NO'
1510
config.build_settings['CLANG_WARN_STRICT_PROTOTYPES'] = 'NO'

Podfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- Alamofire (4.8.1)
2+
- Alamofire (4.8.2)
33
- Appirater (2.3.1)
44
- ARChromeActivity (1.0.6)
55
- BBlock (1.2.1):
@@ -11,7 +11,7 @@ PODS:
1111
- BBlock/StoreKit (1.2.1)
1212
- BBlock/UIKit (1.2.1)
1313
- BButton (4.0.2)
14-
- ChatSecure-Push-iOS (1.0)
14+
- ChatSecure-Push-iOS (1.1)
1515
- CocoaAsyncSocket (7.6.3)
1616
- CocoaLumberjack (3.5.2):
1717
- CocoaLumberjack/Core (= 3.5.2)
@@ -49,7 +49,7 @@ PODS:
4949
- libsqlfs/SQLCipher (1.3.2):
5050
- libsqlfs/common
5151
- SQLCipher (>= 3.4.0)
52-
- LicensePlist (2.3.0)
52+
- LicensePlist (2.5.0)
5353
- LumberjackConsole (3.3.1):
5454
- CocoaLumberjack (>= 3.x)
5555
- NBUCore (>= 2.1.0)
@@ -261,12 +261,12 @@ CHECKOUT OPTIONS:
261261
:git: https://github.com/ChatSecure/YapTaskQueue.git
262262

263263
SPEC CHECKSUMS:
264-
Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11
264+
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
265265
Appirater: 44a4651f7912a17dc906b655f0c215d5bb768b84
266266
ARChromeActivity: 5dcf9b9f09323761f992aff3525cdd777f83609d
267267
BBlock: c56d7f72597ffe1634fcdc73836c5c0fed3271be
268268
BButton: ab0f2ed3b998ae73c5188b57d270d81e4a1eeb27
269-
ChatSecure-Push-iOS: 8e336b0f94f80fae22e734e592c14de6ecf8d091
269+
ChatSecure-Push-iOS: ed51f98bc019be9e2d859604677a21a4ee68422e
270270
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
271271
CocoaLumberjack: 118bf4a820efc641f79fa487b75ed928dccfae23
272272
CPAProxy: b1b33221b6ad297169cb813b6bbefd2a69ea9aad
@@ -282,7 +282,7 @@ SPEC CHECKSUMS:
282282
Kvitto: d451f893f84ad669850b7cb7d3f8781363e14232
283283
libidn: e4576a956b797c584c77aaedfc6e3dd639b61bdc
284284
libsqlfs: b3c1be163c2fba6b041379cfa5861033783ddae9
285-
LicensePlist: 9425c4baf514ee5cb2e68cac95c9f567f5148c8b
285+
LicensePlist: e5f8f2e3465620e53ec4c669955a5a7d0692b9cb
286286
LumberjackConsole: 218fed8e807ba6ce0bedbba06b7b295dc0efaf0c
287287
MWFeedParser: 2cf646014c1baf6ad1b08c480b40a08180079247
288288
Navajo: 5fb68239b4e3af4610f31925bae1ca8e6bab8eaa
@@ -300,6 +300,6 @@ SPEC CHECKSUMS:
300300
YapDatabase: b418a4baa6906e8028748938f9159807fd039af4
301301
YapTaskQueue: f3b23875bead71a7ee57b65637ce9c0e98b68c34
302302

303-
PODFILE CHECKSUM: fc701b5f2d9396a5b8a5d4bfd7f6a97567bef7a2
303+
PODFILE CHECKSUM: 39a7b1246419227c99c4f43f455d00c70dd268fe
304304

305305
COCOAPODS: 1.6.1

Submodules/XMPPFramework

Submodule XMPPFramework updated 68 files

0 commit comments

Comments
 (0)