Skip to content

Commit 47fb5fe

Browse files
authored
Bump firebase version to 11 (#29)
* Bump firebase version to 11 * go all the way to 11.1 since it's a known quantity
1 parent b81f065 commit 47fb5fe

File tree

4 files changed

+52
-39
lines changed

4 files changed

+52
-39
lines changed

Example/BasicExample/BasicExample.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@
435435
buildSettings = {
436436
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
437437
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
438+
CODE_SIGN_IDENTITY = "Apple Development";
438439
CODE_SIGN_STYLE = Automatic;
439440
CURRENT_PROJECT_VERSION = 1;
440441
DEVELOPMENT_ASSET_PATHS = "\"BasicExample/Preview Content\"";
@@ -453,6 +454,7 @@
453454
MARKETING_VERSION = 1.0;
454455
PRODUCT_BUNDLE_IDENTIFIER = com.segment.BasicExample;
455456
PRODUCT_NAME = "$(TARGET_NAME)";
457+
PROVISIONING_PROFILE_SPECIFIER = "";
456458
SWIFT_EMIT_LOC_STRINGS = YES;
457459
SWIFT_VERSION = 5.0;
458460
TARGETED_DEVICE_FAMILY = "1,2";
@@ -464,6 +466,7 @@
464466
buildSettings = {
465467
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
466468
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
469+
CODE_SIGN_IDENTITY = "Apple Development";
467470
CODE_SIGN_STYLE = Automatic;
468471
CURRENT_PROJECT_VERSION = 1;
469472
DEVELOPMENT_ASSET_PATHS = "\"BasicExample/Preview Content\"";
@@ -482,6 +485,7 @@
482485
MARKETING_VERSION = 1.0;
483486
PRODUCT_BUNDLE_IDENTIFIER = com.segment.BasicExample;
484487
PRODUCT_NAME = "$(TARGET_NAME)";
488+
PROVISIONING_PROFILE_SPECIFIER = "";
485489
SWIFT_EMIT_LOC_STRINGS = YES;
486490
SWIFT_VERSION = 5.0;
487491
TARGETED_DEVICE_FAMILY = "1,2";

Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved

+20-20
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/google/abseil-cpp-binary.git",
77
"state": {
88
"branch": null,
9-
"revision": "bfc0b6f81adc06ce5121eb23f628473638d67c5c",
10-
"version": "1.2022062300.0"
9+
"revision": "194a6706acbd25e4ef639bcaddea16e8758a3e27",
10+
"version": "1.2024011602.0"
1111
}
1212
},
1313
{
@@ -24,62 +24,62 @@
2424
"repositoryURL": "https://github.com/google/app-check.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "5746b2d35c91c50581590ed97abe4c06b5037274",
28-
"version": "10.18.0"
27+
"revision": "21fe1af9be463a359aaf8d96789ef73fc3760d09",
28+
"version": "11.0.1"
2929
}
3030
},
3131
{
3232
"package": "Firebase",
3333
"repositoryURL": "https://github.com/firebase/firebase-ios-sdk",
3434
"state": {
3535
"branch": null,
36-
"revision": "f91c8167141d0279726c6f6d9d4a47c026785cbc",
37-
"version": "10.21.0"
36+
"revision": "9118aca998dbe2ceac45d64b21a91c6376928df7",
37+
"version": "11.1.0"
3838
}
3939
},
4040
{
4141
"package": "GoogleAppMeasurement",
4242
"repositoryURL": "https://github.com/google/GoogleAppMeasurement.git",
4343
"state": {
4444
"branch": null,
45-
"revision": "cb8617fab75d181270a1d8f763f26b15c73e2e1e",
46-
"version": "10.21.0"
45+
"revision": "07a2f57d147d2bf368a0d2dcb5579ff082d9e44f",
46+
"version": "11.1.0"
4747
}
4848
},
4949
{
5050
"package": "GoogleDataTransport",
5151
"repositoryURL": "https://github.com/google/GoogleDataTransport.git",
5252
"state": {
5353
"branch": null,
54-
"revision": "a732a4b47f59e4f725a2ea10f0c77e93a7131117",
55-
"version": "9.3.0"
54+
"revision": "617af071af9aa1d6a091d59a202910ac482128f9",
55+
"version": "10.1.0"
5656
}
5757
},
5858
{
5959
"package": "GoogleUtilities",
6060
"repositoryURL": "https://github.com/google/GoogleUtilities.git",
6161
"state": {
6262
"branch": null,
63-
"revision": "bc27fad73504f3d4af235de451f02ee22586ebd3",
64-
"version": "7.12.1"
63+
"revision": "53156c7ec267db846e6b64c9f4c4e31ba4cf75eb",
64+
"version": "8.0.2"
6565
}
6666
},
6767
{
6868
"package": "gRPC",
6969
"repositoryURL": "https://github.com/google/grpc-binary.git",
7070
"state": {
7171
"branch": null,
72-
"revision": "a673bc2937fbe886dd1f99c401b01b6d977a9c98",
73-
"version": "1.49.1"
72+
"revision": "f56d8fc3162de9a498377c7b6cea43431f4f5083",
73+
"version": "1.65.1"
7474
}
7575
},
7676
{
7777
"package": "GTMSessionFetcher",
7878
"repositoryURL": "https://github.com/google/gtm-session-fetcher.git",
7979
"state": {
8080
"branch": null,
81-
"revision": "115f75e43851774934d695449a4836123c3246e1",
82-
"version": "3.2.0"
81+
"revision": "a2ab612cb980066ee56d90d60d8462992c07f24b",
82+
"version": "3.5.0"
8383
}
8484
},
8585
{
@@ -114,17 +114,17 @@
114114
"repositoryURL": "https://github.com/firebase/nanopb.git",
115115
"state": {
116116
"branch": null,
117-
"revision": "819d0a2173aff699fb8c364b6fb906f7cdb1a692",
118-
"version": "2.30909.0"
117+
"revision": "b7e1104502eca3a213b46303391ca4d3bc8ddec1",
118+
"version": "2.30910.0"
119119
}
120120
},
121121
{
122122
"package": "Promises",
123123
"repositoryURL": "https://github.com/google/promises.git",
124124
"state": {
125125
"branch": null,
126-
"revision": "e70e889c0196c76d22759eb50d6a0270ca9f1d9e",
127-
"version": "2.3.1"
126+
"revision": "540318ecedd63d883069ae7f1ed811a2df00b6ac",
127+
"version": "2.4.0"
128128
}
129129
},
130130
{

Package.resolved

+27-18
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/google/abseil-cpp-binary.git",
77
"state": {
88
"branch": null,
9-
"revision": "bfc0b6f81adc06ce5121eb23f628473638d67c5c",
10-
"version": "1.2022062300.0"
9+
"revision": "194a6706acbd25e4ef639bcaddea16e8758a3e27",
10+
"version": "1.2024011602.0"
1111
}
1212
},
1313
{
@@ -19,58 +19,67 @@
1919
"version": "1.4.7"
2020
}
2121
},
22+
{
23+
"package": "AppCheck",
24+
"repositoryURL": "https://github.com/google/app-check.git",
25+
"state": {
26+
"branch": null,
27+
"revision": "21fe1af9be463a359aaf8d96789ef73fc3760d09",
28+
"version": "11.0.1"
29+
}
30+
},
2231
{
2332
"package": "Firebase",
2433
"repositoryURL": "https://github.com/firebase/firebase-ios-sdk",
2534
"state": {
2635
"branch": null,
27-
"revision": "2bfe6abe1014aafe5cf28401708f7d39f9926a76",
28-
"version": "10.14.0"
36+
"revision": "9118aca998dbe2ceac45d64b21a91c6376928df7",
37+
"version": "11.1.0"
2938
}
3039
},
3140
{
3241
"package": "GoogleAppMeasurement",
3342
"repositoryURL": "https://github.com/google/GoogleAppMeasurement.git",
3443
"state": {
3544
"branch": null,
36-
"revision": "03b9beee1a61f62d32c521e172e192a1663a5e8b",
37-
"version": "10.13.0"
45+
"revision": "07a2f57d147d2bf368a0d2dcb5579ff082d9e44f",
46+
"version": "11.1.0"
3847
}
3948
},
4049
{
4150
"package": "GoogleDataTransport",
4251
"repositoryURL": "https://github.com/google/GoogleDataTransport.git",
4352
"state": {
4453
"branch": null,
45-
"revision": "aae45a320fd0d11811820335b1eabc8753902a40",
46-
"version": "9.2.5"
54+
"revision": "617af071af9aa1d6a091d59a202910ac482128f9",
55+
"version": "10.1.0"
4756
}
4857
},
4958
{
5059
"package": "GoogleUtilities",
5160
"repositoryURL": "https://github.com/google/GoogleUtilities.git",
5261
"state": {
5362
"branch": null,
54-
"revision": "c38ce365d77b04a9a300c31061c5227589e5597b",
55-
"version": "7.11.5"
63+
"revision": "53156c7ec267db846e6b64c9f4c4e31ba4cf75eb",
64+
"version": "8.0.2"
5665
}
5766
},
5867
{
5968
"package": "gRPC",
6069
"repositoryURL": "https://github.com/google/grpc-binary.git",
6170
"state": {
6271
"branch": null,
63-
"revision": "f1b366129d1125be7db83247e003fc333104b569",
64-
"version": "1.50.2"
72+
"revision": "f56d8fc3162de9a498377c7b6cea43431f4f5083",
73+
"version": "1.65.1"
6574
}
6675
},
6776
{
6877
"package": "GTMSessionFetcher",
6978
"repositoryURL": "https://github.com/google/gtm-session-fetcher.git",
7079
"state": {
7180
"branch": null,
72-
"revision": "d415594121c9e8a4f9d79cecee0965cf35e74dbd",
73-
"version": "3.1.1"
81+
"revision": "a2ab612cb980066ee56d90d60d8462992c07f24b",
82+
"version": "3.5.0"
7483
}
7584
},
7685
{
@@ -96,17 +105,17 @@
96105
"repositoryURL": "https://github.com/firebase/nanopb.git",
97106
"state": {
98107
"branch": null,
99-
"revision": "819d0a2173aff699fb8c364b6fb906f7cdb1a692",
100-
"version": "2.30909.0"
108+
"revision": "b7e1104502eca3a213b46303391ca4d3bc8ddec1",
109+
"version": "2.30910.0"
101110
}
102111
},
103112
{
104113
"package": "Promises",
105114
"repositoryURL": "https://github.com/google/promises.git",
106115
"state": {
107116
"branch": null,
108-
"revision": "46c1e6b5ac09d8f82c991061c659f67e573d425d",
109-
"version": "2.1.0"
117+
"revision": "540318ecedd63d883069ae7f1ed811a2df00b6ac",
118+
"version": "2.4.0"
110119
}
111120
},
112121
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let package = Package(
2828
.package(
2929
name: "Firebase",
3030
url: "https://github.com/firebase/firebase-ios-sdk",
31-
from: "10.21.0"
31+
from: "11.1.0"
3232
)
3333
],
3434
targets: [

0 commit comments

Comments
 (0)