Skip to content

Commit b859d55

Browse files
author
Brandon Sneed
committed
Prepare for release 2.7.9
1 parent f4f4f63 commit b859d55

File tree

5 files changed

+90
-75
lines changed

5 files changed

+90
-75
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 2.7.9 *(21st January, 2022)*
5+
-------------------------------------------
6+
* Fix compilation issue w/ SPM.
7+
* Updated releasing.md to include steps for posting SPM releases.
8+
49
Version 2.7.8 *(14th October, 2021)*
510
-------------------------------------------
611
* Bumped Firebase to version 8.7+

Example/Podfile.lock

Lines changed: 70 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,87 @@
11
PODS:
2-
- Analytics (4.1.5)
2+
- Analytics (4.1.6)
33
- Expecta (1.0.6)
4-
- Firebase (8.7.0):
5-
- Firebase/Core (= 8.7.0)
6-
- Firebase/Core (8.7.0):
4+
- Firebase (8.10.0):
5+
- Firebase/Core (= 8.10.0)
6+
- Firebase/Core (8.10.0):
77
- Firebase/CoreOnly
8-
- FirebaseAnalytics (~> 8.7.0)
9-
- Firebase/CoreOnly (8.7.0):
10-
- FirebaseCore (= 8.7.0)
11-
- FirebaseAnalytics (8.7.0):
12-
- FirebaseAnalytics/AdIdSupport (= 8.7.0)
8+
- FirebaseAnalytics (~> 8.10.0)
9+
- Firebase/CoreOnly (8.10.0):
10+
- FirebaseCore (= 8.10.0)
11+
- FirebaseAnalytics (8.10.0):
12+
- FirebaseAnalytics/AdIdSupport (= 8.10.0)
1313
- FirebaseCore (~> 8.0)
1414
- FirebaseInstallations (~> 8.0)
15-
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
16-
- GoogleUtilities/MethodSwizzler (~> 7.4)
17-
- GoogleUtilities/Network (~> 7.4)
18-
- "GoogleUtilities/NSData+zlib (~> 7.4)"
15+
- GoogleUtilities/AppDelegateSwizzler (~> 7.6)
16+
- GoogleUtilities/MethodSwizzler (~> 7.6)
17+
- GoogleUtilities/Network (~> 7.6)
18+
- "GoogleUtilities/NSData+zlib (~> 7.6)"
1919
- nanopb (~> 2.30908.0)
20-
- FirebaseAnalytics/AdIdSupport (8.7.0):
20+
- FirebaseAnalytics/AdIdSupport (8.10.0):
2121
- FirebaseCore (~> 8.0)
2222
- FirebaseInstallations (~> 8.0)
23-
- GoogleAppMeasurement (= 8.7.0)
24-
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
25-
- GoogleUtilities/MethodSwizzler (~> 7.4)
26-
- GoogleUtilities/Network (~> 7.4)
27-
- "GoogleUtilities/NSData+zlib (~> 7.4)"
23+
- GoogleAppMeasurement (= 8.10.0)
24+
- GoogleUtilities/AppDelegateSwizzler (~> 7.6)
25+
- GoogleUtilities/MethodSwizzler (~> 7.6)
26+
- GoogleUtilities/Network (~> 7.6)
27+
- "GoogleUtilities/NSData+zlib (~> 7.6)"
2828
- nanopb (~> 2.30908.0)
29-
- FirebaseCore (8.7.0):
29+
- FirebaseCore (8.10.0):
3030
- FirebaseCoreDiagnostics (~> 8.0)
31-
- GoogleUtilities/Environment (~> 7.4)
32-
- GoogleUtilities/Logger (~> 7.4)
33-
- FirebaseCoreDiagnostics (8.7.0):
34-
- GoogleDataTransport (~> 9.0)
35-
- GoogleUtilities/Environment (~> 7.4)
36-
- GoogleUtilities/Logger (~> 7.4)
31+
- GoogleUtilities/Environment (~> 7.6)
32+
- GoogleUtilities/Logger (~> 7.6)
33+
- FirebaseCoreDiagnostics (8.11.0):
34+
- GoogleDataTransport (~> 9.1)
35+
- GoogleUtilities/Environment (~> 7.7)
36+
- GoogleUtilities/Logger (~> 7.7)
3737
- nanopb (~> 2.30908.0)
38-
- FirebaseInstallations (8.7.0):
38+
- FirebaseInstallations (8.11.0):
3939
- FirebaseCore (~> 8.0)
40-
- GoogleUtilities/Environment (~> 7.4)
41-
- GoogleUtilities/UserDefaults (~> 7.4)
40+
- GoogleUtilities/Environment (~> 7.7)
41+
- GoogleUtilities/UserDefaults (~> 7.7)
4242
- PromisesObjC (< 3.0, >= 1.2)
43-
- GoogleAppMeasurement (8.7.0):
44-
- GoogleAppMeasurement/AdIdSupport (= 8.7.0)
45-
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
46-
- GoogleUtilities/MethodSwizzler (~> 7.4)
47-
- GoogleUtilities/Network (~> 7.4)
48-
- "GoogleUtilities/NSData+zlib (~> 7.4)"
43+
- GoogleAppMeasurement (8.10.0):
44+
- GoogleAppMeasurement/AdIdSupport (= 8.10.0)
45+
- GoogleUtilities/AppDelegateSwizzler (~> 7.6)
46+
- GoogleUtilities/MethodSwizzler (~> 7.6)
47+
- GoogleUtilities/Network (~> 7.6)
48+
- "GoogleUtilities/NSData+zlib (~> 7.6)"
4949
- nanopb (~> 2.30908.0)
50-
- GoogleAppMeasurement/AdIdSupport (8.7.0):
51-
- GoogleUtilities/AppDelegateSwizzler (~> 7.4)
52-
- GoogleUtilities/MethodSwizzler (~> 7.4)
53-
- GoogleUtilities/Network (~> 7.4)
54-
- "GoogleUtilities/NSData+zlib (~> 7.4)"
50+
- GoogleAppMeasurement/AdIdSupport (8.10.0):
51+
- GoogleAppMeasurement/WithoutAdIdSupport (= 8.10.0)
52+
- GoogleUtilities/AppDelegateSwizzler (~> 7.6)
53+
- GoogleUtilities/MethodSwizzler (~> 7.6)
54+
- GoogleUtilities/Network (~> 7.6)
55+
- "GoogleUtilities/NSData+zlib (~> 7.6)"
5556
- nanopb (~> 2.30908.0)
56-
- GoogleDataTransport (9.1.0):
57+
- GoogleAppMeasurement/WithoutAdIdSupport (8.10.0):
58+
- GoogleUtilities/AppDelegateSwizzler (~> 7.6)
59+
- GoogleUtilities/MethodSwizzler (~> 7.6)
60+
- GoogleUtilities/Network (~> 7.6)
61+
- "GoogleUtilities/NSData+zlib (~> 7.6)"
62+
- nanopb (~> 2.30908.0)
63+
- GoogleDataTransport (9.1.2):
5764
- GoogleUtilities/Environment (~> 7.2)
5865
- nanopb (~> 2.30908.0)
5966
- PromisesObjC (< 3.0, >= 1.2)
60-
- GoogleUtilities/AppDelegateSwizzler (7.5.2):
67+
- GoogleUtilities/AppDelegateSwizzler (7.7.0):
6168
- GoogleUtilities/Environment
6269
- GoogleUtilities/Logger
6370
- GoogleUtilities/Network
64-
- GoogleUtilities/Environment (7.5.2):
71+
- GoogleUtilities/Environment (7.7.0):
6572
- PromisesObjC (< 3.0, >= 1.2)
66-
- GoogleUtilities/Logger (7.5.2):
73+
- GoogleUtilities/Logger (7.7.0):
6774
- GoogleUtilities/Environment
68-
- GoogleUtilities/MethodSwizzler (7.5.2):
75+
- GoogleUtilities/MethodSwizzler (7.7.0):
6976
- GoogleUtilities/Logger
70-
- GoogleUtilities/Network (7.5.2):
77+
- GoogleUtilities/Network (7.7.0):
7178
- GoogleUtilities/Logger
7279
- "GoogleUtilities/NSData+zlib"
7380
- GoogleUtilities/Reachability
74-
- "GoogleUtilities/NSData+zlib (7.5.2)"
75-
- GoogleUtilities/Reachability (7.5.2):
81+
- "GoogleUtilities/NSData+zlib (7.7.0)"
82+
- GoogleUtilities/Reachability (7.7.0):
7683
- GoogleUtilities/Logger
77-
- GoogleUtilities/UserDefaults (7.5.2):
84+
- GoogleUtilities/UserDefaults (7.7.0):
7885
- GoogleUtilities/Logger
7986
- nanopb (2.30908.0):
8087
- nanopb/decode (= 2.30908.0)
@@ -85,13 +92,13 @@ PODS:
8592
- OCMockito (6.0.0):
8693
- OCHamcrest (~> 8.0)
8794
- PromisesObjC (2.0.0)
88-
- Segment-Firebase (2.7.7):
95+
- Segment-Firebase (2.7.8):
8996
- Analytics
9097
- Firebase (~> 8.7)
9198
- Firebase/Core (~> 8.7)
9299
- FirebaseAnalytics (~> 8.7)
93-
- Segment-Firebase/Core (= 2.7.7)
94-
- Segment-Firebase/Core (2.7.7):
100+
- Segment-Firebase/Core (= 2.7.8)
101+
- Segment-Firebase/Core (2.7.8):
95102
- Analytics
96103
- Firebase (~> 8.7)
97104
- Firebase/Core (~> 8.7)
@@ -127,23 +134,23 @@ EXTERNAL SOURCES:
127134
:path: "../"
128135

129136
SPEC CHECKSUMS:
130-
Analytics: 084a3edda6517e308007c1a7810b8f1e8f2925aa
137+
Analytics: eefe524436f904b8bb3f8c8c3425280e43b34efc
131138
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
132-
Firebase: bc9325d5ee2041524bac78a5213d0e530c651309
133-
FirebaseAnalytics: 52768800c2add1d84b751420cb4caaf8195f2c41
134-
FirebaseCore: f4804c1d3f4bbbefc88904d15653038f2c99ddf7
135-
FirebaseCoreDiagnostics: b63732f581a1c6a453ec7241f9ab60b3a5bd3450
136-
FirebaseInstallations: ede6fb72bb6337914e5888b399271259d0c4910c
137-
GoogleAppMeasurement: 2be61ce546ad074dbe4dd545f222ac6033bb1d9e
138-
GoogleDataTransport: 85fd18ff3019bb85d3f2c551d04c481dedf71fc9
139-
GoogleUtilities: 8de2a97a17e15b6b98e38e8770e2d129a57c0040
139+
Firebase: 44213362f1dcc52555b935dc925ed35ac55f1b20
140+
FirebaseAnalytics: 319c9b3b1bdd400d60e2f415dff0c5f6959e6760
141+
FirebaseCore: 04186597c095da37d90ff9fd3e53bc61a1ff2440
142+
FirebaseCoreDiagnostics: 64d9709d804a6c25bd77841371c1fcfd909d5601
143+
FirebaseInstallations: 044eede8a049bce71c4541ee68d6e4364fcbe774
144+
GoogleAppMeasurement: a3311dbcf3ea651e5a070fe8559b57c174ada081
145+
GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940
146+
GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1
140147
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
141148
OCHamcrest: a613690381f1dac7637c18962c10dbe8feca4bb5
142149
OCMockito: 780f04370226f81a9d972c97d1203864ef609f5b
143150
PromisesObjC: 68159ce6952d93e17b2dfe273b8c40907db5ba58
144-
Segment-Firebase: 0804cc9fd7e5acb82c874d914c5cf38a1f919647
151+
Segment-Firebase: e4515bc7e36d5f0435d122a8c225c43db1504c02
145152
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
146153

147154
PODFILE CHECKSUM: 6ed9d49cabf18e7f28eb6b1e1c6f84ce781f3324
148155

149-
COCOAPODS: 1.10.1
156+
COCOAPODS: 1.11.2

Package.resolved

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/firebase/abseil-cpp-SwiftPM.git",
77
"state": {
88
"branch": null,
9-
"revision": "ff5f5f0a3d3266836b9d722bb73cabdf7057482e",
10-
"version": "0.20200225.3"
9+
"revision": "fffc3c2729be5747390ad02d5100291a0d9ad26a",
10+
"version": "0.20200225.4"
1111
}
1212
},
1313
{
@@ -33,35 +33,35 @@
3333
"repositoryURL": "https://github.com/firebase/firebase-ios-sdk.git",
3434
"state": {
3535
"branch": null,
36-
"revision": "b97bfcd2e5eecc7aa7e1aeb27d097d610876cf93",
37-
"version": "7.11.1"
36+
"revision": "5344857522053b5d4403ec8173ec0d23200a97ea",
37+
"version": "8.11.0"
3838
}
3939
},
4040
{
4141
"package": "GoogleAppMeasurement",
4242
"repositoryURL": "https://github.com/google/GoogleAppMeasurement.git",
4343
"state": {
4444
"branch": null,
45-
"revision": "22cb3ab5588200b210ae01e42665f52ac4e8ad28",
46-
"version": "7.11.1"
45+
"revision": "9b2f6aca5b4685c45f9f5481f19bee8e7982c538",
46+
"version": "8.9.1"
4747
}
4848
},
4949
{
5050
"package": "GoogleDataTransport",
5151
"repositoryURL": "https://github.com/google/GoogleDataTransport.git",
5252
"state": {
5353
"branch": null,
54-
"revision": "369716b8d7518a530ce3c3a251436d72546debd8",
55-
"version": "8.4.0"
54+
"revision": "15ccdfd25ac55b9239b82809531ff26605e7556e",
55+
"version": "9.1.2"
5656
}
5757
},
5858
{
5959
"package": "GoogleUtilities",
6060
"repositoryURL": "https://github.com/google/GoogleUtilities.git",
6161
"state": {
6262
"branch": null,
63-
"revision": "66f5945ac3a4c4ac268bf94c31f226116b14e327",
64-
"version": "7.4.0"
63+
"revision": "b3bb0c5551fb3f80ca939829639ab5b093edd14f",
64+
"version": "7.7.0"
6565
}
6666
},
6767
{

RELEASING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ Releasing
99
6. `pod trunk push Segment-Firebase.podspec --allow-warnings`
1010
7. Update the version `Segment-Firebase.podspec` to the next beta version.
1111
8. `git commit -am "Prepare next development version."`
12-
9. `git push`
12+
9. `git push`
13+
10. Make a new release on the github releases page here:
14+
https://github.com/segment-integrations/analytics-ios-integration-firebase/releases
15+

Segment-Firebase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Segment-Firebase"
3-
s.version = "2.7.8"
3+
s.version = "2.7.9"
44
s.summary = "Firebase Integration for Segment's analytics-ios library."
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)