Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit 5d0b02d

Browse files
authored
Merge pull request #2172 from RocketChat/beta
[RELEASE] Merge BETA into MASTER
2 parents 92afb0e + fe87b92 commit 5d0b02d

File tree

80 files changed

+2843
-325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+2843
-325
lines changed

Podfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ def ui_pods
1313
pod 'MBProgressHUD', '~> 1.1.0'
1414
end
1515

16+
def diff_pods
17+
pod 'DifferenceKit'
18+
end
19+
1620
def shared_pods
1721
# Analytics
1822
pod 'Firebase/Core'
@@ -28,6 +32,7 @@ def shared_pods
2832
pod 'SlackTextViewController', :git => 'https://github.com/rafaelks/SlackTextViewController.git'
2933
pod 'MobilePlayer', :git => 'https://github.com/RocketChat/RCiOSMobilePlayer'
3034
pod 'SimpleImageViewer', :git => 'https://github.com/cardoso/SimpleImageViewer.git'
35+
pod 'SwipeCellKit'
3136
ui_pods
3237

3338
# Text Processing
@@ -49,12 +54,16 @@ def shared_pods
4954
# Debugging
5055
pod 'SwiftLint', :configurations => ['Debug']
5156
pod 'FLEX', '~> 2.0', :configurations => ['Debug', 'Beta']
57+
58+
# Diffing
59+
diff_pods
5260
end
5361

5462
target 'Rocket.Chat.ShareExtension' do
5563
pod 'Nuke-FLAnimatedImage-Plugin'
5664
database_pods
5765
ui_pods
66+
diff_pods
5867
end
5968

6069
target 'Rocket.Chat' do
@@ -68,7 +77,7 @@ target 'Rocket.ChatTests' do
6877
end
6978

7079
post_install do |installer|
71-
swift4Targets = ['OAuthSwift', 'TagListView', 'SearchTextField', 'Nuke', 'Nuke-FLAnimatedImage-Plugin']
80+
swift4Targets = ['OAuthSwift', 'TagListView', 'SearchTextField', 'Nuke', 'Nuke-FLAnimatedImage-Plugin', 'DifferenceKit', 'SwipeCellKit']
7281
installer.pods_project.targets.each do |target|
7382
target.build_configurations.each do |config|
7483
config.build_settings['SWIFT_VERSION'] = '3.1'

Podfile.lock

Lines changed: 77 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,57 @@
11
PODS:
22
- 1PasswordExtension (1.8.5)
3-
- Crashlytics (3.10.5):
4-
- Fabric (~> 1.7.9)
5-
- Fabric (1.7.9)
6-
- Firebase/Core (5.4.1):
3+
- Crashlytics (3.10.7):
4+
- Fabric (~> 1.7.11)
5+
- DifferenceKit (0.5.3):
6+
- DifferenceKit/Core (= 0.5.3)
7+
- DifferenceKit/UIExtensions (= 0.5.3)
8+
- DifferenceKit/Core (0.5.3)
9+
- DifferenceKit/UIExtensions (0.5.3):
10+
- DifferenceKit/Core
11+
- Fabric (1.7.11)
12+
- Firebase/Core (5.7.0):
713
- Firebase/CoreOnly
8-
- FirebaseAnalytics (= 5.0.1)
9-
- Firebase/CoreOnly (5.4.1):
10-
- FirebaseCore (= 5.0.6)
11-
- FirebaseAnalytics (5.0.1):
12-
- FirebaseCore (~> 5.0)
13-
- FirebaseInstanceID (~> 3.0)
14-
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
14+
- FirebaseAnalytics (= 5.1.1)
15+
- Firebase/CoreOnly (5.7.0):
16+
- FirebaseCore (= 5.1.2)
17+
- FirebaseAnalytics (5.1.1):
18+
- FirebaseCore (~> 5.1)
19+
- FirebaseInstanceID (~> 3.2)
20+
- GoogleAppMeasurement (~> 5.1)
21+
- GoogleUtilities/AppDelegateSwizzler (~> 5.2.0)
22+
- GoogleUtilities/MethodSwizzler (~> 5.2.0)
23+
- GoogleUtilities/Network (~> 5.2)
24+
- "GoogleUtilities/NSData+zlib (~> 5.2)"
1525
- nanopb (~> 0.3)
16-
- FirebaseCore (5.0.6):
17-
- "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
18-
- FirebaseInstanceID (3.1.1):
19-
- FirebaseCore (~> 5.0)
26+
- FirebaseCore (5.1.2):
27+
- GoogleUtilities/Logger (~> 5.2)
28+
- FirebaseInstanceID (3.2.1):
29+
- FirebaseCore (~> 5.1)
30+
- GoogleUtilities/Environment (~> 5.2)
2031
- FLAnimatedImage (1.0.12)
2132
- FLEX (2.4.0)
22-
- GoogleToolboxForMac/Defines (2.1.4)
23-
- "GoogleToolboxForMac/NSData+zlib (2.1.4)":
24-
- GoogleToolboxForMac/Defines (= 2.1.4)
33+
- GoogleAppMeasurement (5.1.1):
34+
- GoogleUtilities/AppDelegateSwizzler (~> 5.2.0)
35+
- GoogleUtilities/MethodSwizzler (~> 5.2.0)
36+
- GoogleUtilities/Network (~> 5.2)
37+
- "GoogleUtilities/NSData+zlib (~> 5.2)"
38+
- nanopb (~> 0.3)
39+
- GoogleUtilities/AppDelegateSwizzler (5.2.2):
40+
- GoogleUtilities/Environment
41+
- GoogleUtilities/Logger
42+
- GoogleUtilities/Network
43+
- GoogleUtilities/Environment (5.2.2)
44+
- GoogleUtilities/Logger (5.2.2):
45+
- GoogleUtilities/Environment
46+
- GoogleUtilities/MethodSwizzler (5.2.2):
47+
- GoogleUtilities/Logger
48+
- GoogleUtilities/Network (5.2.2):
49+
- GoogleUtilities/Logger
50+
- "GoogleUtilities/NSData+zlib"
51+
- GoogleUtilities/Reachability
52+
- "GoogleUtilities/NSData+zlib (5.2.2)"
53+
- GoogleUtilities/Reachability (5.2.2):
54+
- GoogleUtilities/Logger
2555
- MBProgressHUD (1.1.0)
2656
- MobilePlayer (1.2.0)
2757
- nanopb (0.3.8):
@@ -35,23 +65,25 @@ PODS:
3565
- Nuke (~> 7.0)
3666
- OAuthSwift (1.2.2)
3767
- RCMarkdownParser (3.0.6)
38-
- ReachabilitySwift (4.1.0)
39-
- Realm (3.7.5):
40-
- Realm/Headers (= 3.7.5)
41-
- Realm/Headers (3.7.5)
42-
- RealmSwift (3.7.5):
43-
- Realm (= 3.7.5)
68+
- ReachabilitySwift (4.2.1)
69+
- Realm (3.7.6):
70+
- Realm/Headers (= 3.7.6)
71+
- Realm/Headers (3.7.6)
72+
- RealmSwift (3.7.6):
73+
- Realm (= 3.7.6)
4474
- semver (1.1.0)
4575
- SimpleImageViewer (1.2.0):
4676
- FLAnimatedImage
4777
- SlackTextViewController (1.9.6)
4878
- Starscream (2.1.1)
49-
- SwiftLint (0.26.0)
79+
- SwiftLint (0.27.0)
5080
- SwiftyJSON (4.1.0)
81+
- SwipeCellKit (2.4.3)
5182

5283
DEPENDENCIES:
5384
- 1PasswordExtension
5485
- Crashlytics
86+
- DifferenceKit
5587
- Fabric
5688
- Firebase/Core
5789
- FLEX (~> 2.0)
@@ -69,19 +101,22 @@ DEPENDENCIES:
69101
- Starscream (~> 2)
70102
- SwiftLint
71103
- SwiftyJSON
104+
- SwipeCellKit
72105

73106
SPEC REPOS:
74107
https://github.com/cocoapods/specs.git:
75108
- 1PasswordExtension
76109
- Crashlytics
110+
- DifferenceKit
77111
- Fabric
78112
- Firebase
79113
- FirebaseAnalytics
80114
- FirebaseCore
81115
- FirebaseInstanceID
82116
- FLAnimatedImage
83117
- FLEX
84-
- GoogleToolboxForMac
118+
- GoogleAppMeasurement
119+
- GoogleUtilities
85120
- MBProgressHUD
86121
- nanopb
87122
- Nuke
@@ -94,6 +129,7 @@ SPEC REPOS:
94129
- Starscream
95130
- SwiftLint
96131
- SwiftyJSON
132+
- SwipeCellKit
97133

98134
EXTERNAL SOURCES:
99135
MobilePlayer:
@@ -121,32 +157,35 @@ CHECKOUT OPTIONS:
121157

122158
SPEC CHECKSUMS:
123159
1PasswordExtension: 0e95bdea64ec8ff2f4f693be5467a09fac42a83d
124-
Crashlytics: 7f2e38d302d9da96475b3d64d86fb29e31a542b7
125-
Fabric: a2917d3895e4c1569b9c3170de7320ea1b1e6661
126-
Firebase: 355bd535bfdacaa82a7fe8d9784115edefd6fc03
127-
FirebaseAnalytics: b3628aea54c50464c32c393fb2ea032566e7ecc2
128-
FirebaseCore: 4c28e3b9708ba48a765e76515f913a71596eb5dd
129-
FirebaseInstanceID: f3f0657372592ecdfdfe2cac604a5a75758376a6
160+
Crashlytics: ccaac42660eb9351b9960c0d66106b0bcf99f4fa
161+
DifferenceKit: 2037137305c55a39ff729baa72697efa30b1052d
162+
Fabric: f233c9492b3bbc1f04e3882986740f7988a58edb
163+
Firebase: 734a4f92957aa6c40e7ae3fda3d9359e1890aa87
164+
FirebaseAnalytics: 993577e91157feb40945abedd6ab346d8a4b6ac8
165+
FirebaseCore: 3a97432acb324b439fbed338e642f9cbb516a63d
166+
FirebaseInstanceID: ea5af6920d0a4a29b40459d055bebe4a6c1333c4
130167
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
131168
FLEX: bd1a39e55b56bb413b6f1b34b3c10a0dc44ef079
132-
GoogleToolboxForMac: 91c824d21e85b31c2aae9bb011c5027c9b4e738f
169+
GoogleAppMeasurement: f7507b39b70ad0bd80b3d81518b2f43868974307
170+
GoogleUtilities: 06b66f9567769a7958db20a92f0128b2843e49d5
133171
MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
134172
MobilePlayer: 069b13482499f14c25b6ce53f63a91e17975b073
135173
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
136174
Nuke: a9a31bbd6c6723753ab024ef22057dcaaf046c1b
137175
Nuke-FLAnimatedImage-Plugin: 6dfb9335ce298eaff9fdfed8d20d1bbfb2a6c326
138176
OAuthSwift: 27b34fe80b76b67cd8f45571e0be2432bc9f6de1
139177
RCMarkdownParser: 518b616a4f48bb02247243544d4fd55c048288a4
140-
ReachabilitySwift: 6849231cd4e06559f3b9ef4a97a0a0f96d41e09f
141-
Realm: c286caf4dbf346ce24aad49ca76c7ce622d4a082
142-
RealmSwift: 2a9281e37d6de55f66f76254d49d28aeb1b729e4
178+
ReachabilitySwift: 35720ffea59c1c76d15f885be77fd33e33985427
179+
Realm: 9eaecad54712d6246d08ba34c10f354e4715d7d3
180+
RealmSwift: 1fe08b4ebaeeaacf17f9ba0343f7b25c9fc31fa6
143181
semver: 11ae3bc4a6036efbc86b5863ef5fa32c065c8bbd
144182
SimpleImageViewer: 6ed0d2acf7c166a5b4e795bccc7b9ea1b225ff9b
145183
SlackTextViewController: b854e62c1c156336bc4fd409c6ca79b5773e8f9d
146184
Starscream: 142bd8ef24592d985daee9fa48c936070b85b15f
147-
SwiftLint: f6b83e8d95ee1e91e11932d843af4fdcbf3fc764
185+
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
148186
SwiftyJSON: c29297daf073d2aa016295d5809cdd68045c39b3
187+
SwipeCellKit: cee9906e6d3a36e22ad1a852fba7f8fa0839d113
149188

150-
PODFILE CHECKSUM: e30b11fd34e7043eec6c9d2d0550e6e147670e19
189+
PODFILE CHECKSUM: 6702db159e15966472657eea05905247ba9622d9
151190

152191
COCOAPODS: 1.5.3

Rocket.Chat.ShareExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>3.1.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>207</string>
22+
<string>210</string>
2323
<key>ITSEncryptionExportComplianceCode</key>
2424
<string></string>
2525
<key>NSExtension</key>

0 commit comments

Comments
 (0)