Skip to content

Commit c7ca3f6

Browse files
committed
(Example iOS): Upgrade dependencies
1 parent 9384e56 commit c7ca3f6

File tree

1 file changed

+61
-64
lines changed

1 file changed

+61
-64
lines changed
Lines changed: 61 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,69 @@
11
PODS:
2-
- Firebase/CoreOnly (8.15.0):
3-
- FirebaseCore (= 8.15.0)
4-
- Firebase/Messaging (8.15.0):
2+
- Firebase/CoreOnly (10.2.0):
3+
- FirebaseCore (= 10.2.0)
4+
- Firebase/Messaging (10.2.0):
55
- Firebase/CoreOnly
6-
- FirebaseMessaging (~> 8.15.0)
7-
- firebase_core (1.16.0):
8-
- Firebase/CoreOnly (= 8.15.0)
6+
- FirebaseMessaging (~> 10.2.0)
7+
- firebase_core (2.3.0):
8+
- Firebase/CoreOnly (= 10.2.0)
99
- Flutter
10-
- firebase_messaging (11.3.0):
11-
- Firebase/Messaging (= 8.15.0)
10+
- firebase_messaging (14.1.1):
11+
- Firebase/Messaging (= 10.2.0)
1212
- firebase_core
1313
- Flutter
14-
- FirebaseCore (8.15.0):
15-
- FirebaseCoreDiagnostics (~> 8.0)
16-
- GoogleUtilities/Environment (~> 7.7)
17-
- GoogleUtilities/Logger (~> 7.7)
18-
- FirebaseCoreDiagnostics (8.15.0):
19-
- GoogleDataTransport (~> 9.1)
20-
- GoogleUtilities/Environment (~> 7.7)
21-
- GoogleUtilities/Logger (~> 7.7)
22-
- nanopb (~> 2.30908.0)
23-
- FirebaseInstallations (8.15.0):
24-
- FirebaseCore (~> 8.0)
25-
- GoogleUtilities/Environment (~> 7.7)
26-
- GoogleUtilities/UserDefaults (~> 7.7)
27-
- PromisesObjC (< 3.0, >= 1.2)
28-
- FirebaseMessaging (8.15.0):
29-
- FirebaseCore (~> 8.0)
30-
- FirebaseInstallations (~> 8.0)
31-
- GoogleDataTransport (~> 9.1)
32-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
33-
- GoogleUtilities/Environment (~> 7.7)
34-
- GoogleUtilities/Reachability (~> 7.7)
35-
- GoogleUtilities/UserDefaults (~> 7.7)
36-
- nanopb (~> 2.30908.0)
14+
- FirebaseCore (10.2.0):
15+
- FirebaseCoreInternal (~> 10.0)
16+
- GoogleUtilities/Environment (~> 7.8)
17+
- GoogleUtilities/Logger (~> 7.8)
18+
- FirebaseCoreInternal (10.2.0):
19+
- "GoogleUtilities/NSData+zlib (~> 7.8)"
20+
- FirebaseInstallations (10.2.0):
21+
- FirebaseCore (~> 10.0)
22+
- GoogleUtilities/Environment (~> 7.8)
23+
- GoogleUtilities/UserDefaults (~> 7.8)
24+
- PromisesObjC (~> 2.1)
25+
- FirebaseMessaging (10.2.0):
26+
- FirebaseCore (~> 10.0)
27+
- FirebaseInstallations (~> 10.0)
28+
- GoogleDataTransport (~> 9.2)
29+
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
30+
- GoogleUtilities/Environment (~> 7.8)
31+
- GoogleUtilities/Reachability (~> 7.8)
32+
- GoogleUtilities/UserDefaults (~> 7.8)
33+
- nanopb (< 2.30910.0, >= 2.30908.0)
3734
- Flutter (1.0.0)
3835
- flutter_apns_only (0.0.1):
3936
- Flutter
4037
- flutter_local_notifications (0.0.1):
4138
- Flutter
42-
- GoogleDataTransport (9.1.4):
39+
- GoogleDataTransport (9.2.0):
4340
- GoogleUtilities/Environment (~> 7.7)
4441
- nanopb (< 2.30910.0, >= 2.30908.0)
4542
- PromisesObjC (< 3.0, >= 1.2)
46-
- GoogleUtilities/AppDelegateSwizzler (7.7.0):
43+
- GoogleUtilities/AppDelegateSwizzler (7.10.0):
4744
- GoogleUtilities/Environment
4845
- GoogleUtilities/Logger
4946
- GoogleUtilities/Network
50-
- GoogleUtilities/Environment (7.7.0):
47+
- GoogleUtilities/Environment (7.10.0):
5148
- PromisesObjC (< 3.0, >= 1.2)
52-
- GoogleUtilities/Logger (7.7.0):
49+
- GoogleUtilities/Logger (7.10.0):
5350
- GoogleUtilities/Environment
54-
- GoogleUtilities/Network (7.7.0):
51+
- GoogleUtilities/Network (7.10.0):
5552
- GoogleUtilities/Logger
5653
- "GoogleUtilities/NSData+zlib"
5754
- GoogleUtilities/Reachability
58-
- "GoogleUtilities/NSData+zlib (7.7.0)"
59-
- GoogleUtilities/Reachability (7.7.0):
55+
- "GoogleUtilities/NSData+zlib (7.10.0)"
56+
- GoogleUtilities/Reachability (7.10.0):
6057
- GoogleUtilities/Logger
61-
- GoogleUtilities/UserDefaults (7.7.0):
58+
- GoogleUtilities/UserDefaults (7.10.0):
6259
- GoogleUtilities/Logger
63-
- nanopb (2.30908.0):
64-
- nanopb/decode (= 2.30908.0)
65-
- nanopb/encode (= 2.30908.0)
66-
- nanopb/decode (2.30908.0)
67-
- nanopb/encode (2.30908.0)
68-
- PromisesObjC (2.1.0)
69-
- webview_flutter_wkwebview (0.0.1):
60+
- nanopb (2.30909.0):
61+
- nanopb/decode (= 2.30909.0)
62+
- nanopb/encode (= 2.30909.0)
63+
- nanopb/decode (2.30909.0)
64+
- nanopb/encode (2.30909.0)
65+
- PromisesObjC (2.1.1)
66+
- talkjs_webview_flutter_wkwebview (0.0.4):
7067
- Flutter
7168

7269
DEPENDENCIES:
@@ -75,13 +72,13 @@ DEPENDENCIES:
7572
- Flutter (from `Flutter`)
7673
- flutter_apns_only (from `.symlinks/plugins/flutter_apns_only/ios`)
7774
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
78-
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/ios`)
75+
- talkjs_webview_flutter_wkwebview (from `.symlinks/plugins/talkjs_webview_flutter_wkwebview/ios`)
7976

8077
SPEC REPOS:
8178
trunk:
8279
- Firebase
8380
- FirebaseCore
84-
- FirebaseCoreDiagnostics
81+
- FirebaseCoreInternal
8582
- FirebaseInstallations
8683
- FirebaseMessaging
8784
- GoogleDataTransport
@@ -100,26 +97,26 @@ EXTERNAL SOURCES:
10097
:path: ".symlinks/plugins/flutter_apns_only/ios"
10198
flutter_local_notifications:
10299
:path: ".symlinks/plugins/flutter_local_notifications/ios"
103-
webview_flutter_wkwebview:
104-
:path: ".symlinks/plugins/webview_flutter_wkwebview/ios"
100+
talkjs_webview_flutter_wkwebview:
101+
:path: ".symlinks/plugins/talkjs_webview_flutter_wkwebview/ios"
105102

106103
SPEC CHECKSUMS:
107-
Firebase: 5f8193dff4b5b7c5d5ef72ae54bb76c08e2b841d
108-
firebase_core: 6ef152b7d6a361e24105e2cc56ab458f1f8367fe
109-
firebase_messaging: 09caf4347b3a73deb37ed31f284ca11cc6039541
110-
FirebaseCore: 5743c5785c074a794d35f2fff7ecc254a91e08b1
111-
FirebaseCoreDiagnostics: 92e07a649aeb66352b319d43bdd2ee3942af84cb
112-
FirebaseInstallations: 40bd9054049b2eae9a2c38ef1c3dd213df3605cd
113-
FirebaseMessaging: 5e5118a2383b3531e730d974680954c679ca0a13
114-
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
104+
Firebase: a3ea7eba4382afd83808376edb99acdaff078dcf
105+
firebase_core: db1432de826785171029b7c1a26e5b22ce1dd477
106+
firebase_messaging: 5babce6fa9ce1e0c63a854dabba227f23dc68b1b
107+
FirebaseCore: 813838072b797b64f529f3c2ee35e696e5641dd1
108+
FirebaseCoreInternal: 091bde13e47bb1c5e9fe397634f3593dc390430f
109+
FirebaseInstallations: 004915af170935e3a583faefd5f8bc851afc220f
110+
FirebaseMessaging: cc9f40f5b7494680f3844d08e517e92aa4e8d9f7
111+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
115112
flutter_apns_only: 3d91c0ca9dbef4439874858590909a19f8ed06a4
116113
flutter_local_notifications: 0c0b1ae97e741e1521e4c1629a459d04b9aec743
117-
GoogleDataTransport: 5fffe35792f8b96ec8d6775f5eccd83c998d5a3b
118-
GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1
119-
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
120-
PromisesObjC: 99b6f43f9e1044bd87a95a60beff28c2c44ddb72
121-
webview_flutter_wkwebview: b7e70ef1ddded7e69c796c7390ee74180182971f
114+
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
115+
GoogleUtilities: bad72cb363809015b1f7f19beb1f1cd23c589f95
116+
nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431
117+
PromisesObjC: ab77feca74fa2823e7af4249b8326368e61014cb
118+
talkjs_webview_flutter_wkwebview: da8761436024d00892de6d282635e88117517da8
122119

123120
PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d
124121

125-
COCOAPODS: 1.11.2
122+
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)