Skip to content

Commit 7810cfa

Browse files
committed
Address compilation issue by ensuring that Package.resolved was
up-to-date by running swift package update.
1 parent 4d3ee28 commit 7810cfa

File tree

1 file changed

+43
-16
lines changed

1 file changed

+43
-16
lines changed

examples/resources_example/swift/Package.resolved

+43-16
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,48 @@
11
{
22
"pins" : [
3+
{
4+
"identity" : "app-check",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/google/app-check.git",
7+
"state" : {
8+
"revision" : "61b85103a1aeed8218f17c794687781505fbbef5",
9+
"version" : "11.2.0"
10+
}
11+
},
312
{
413
"identity" : "appauth-ios",
514
"kind" : "remoteSourceControl",
615
"location" : "https://github.com/openid/AppAuth-iOS.git",
716
"state" : {
8-
"revision" : "7e2c09cbeb3bb799f26c268dbedb26325ea722a9",
9-
"version" : "1.7.3"
17+
"revision" : "2781038865a80e2c425a1da12cc1327bcd56501f",
18+
"version" : "1.7.6"
1019
}
1120
},
1221
{
1322
"identity" : "googlesignin-ios",
1423
"kind" : "remoteSourceControl",
1524
"location" : "https://github.com/google/GoogleSignIn-iOS",
1625
"state" : {
17-
"revision" : "a7965d134c5d3567026c523e0a8a583f73b62b0d",
18-
"version" : "7.1.0"
26+
"revision" : "65fb3f1aa6ffbfdc79c4e22178a55cd91561f5e9",
27+
"version" : "8.0.0"
28+
}
29+
},
30+
{
31+
"identity" : "googleutilities",
32+
"kind" : "remoteSourceControl",
33+
"location" : "https://github.com/google/GoogleUtilities.git",
34+
"state" : {
35+
"revision" : "53156c7ec267db846e6b64c9f4c4e31ba4cf75eb",
36+
"version" : "8.0.2"
1937
}
2038
},
2139
{
2240
"identity" : "gtm-session-fetcher",
2341
"kind" : "remoteSourceControl",
2442
"location" : "https://github.com/google/gtm-session-fetcher.git",
2543
"state" : {
26-
"revision" : "9534039303015a84837090d20fa21cae6e5eadb6",
27-
"version" : "3.3.2"
44+
"revision" : "a2ab612cb980066ee56d90d60d8462992c07f24b",
45+
"version" : "3.5.0"
2846
}
2947
},
3048
{
@@ -41,44 +59,53 @@
4159
"kind" : "remoteSourceControl",
4260
"location" : "https://github.com/google/interop-ios-for-google-sdks.git",
4361
"state" : {
44-
"revision" : "2d12673670417654f08f5f90fdd62926dc3a2648",
45-
"version" : "100.0.0"
62+
"revision" : "040d087ac2267d2ddd4cca36c757d1c6a05fdbfe",
63+
"version" : "101.0.0"
64+
}
65+
},
66+
{
67+
"identity" : "promises",
68+
"kind" : "remoteSourceControl",
69+
"location" : "https://github.com/google/promises.git",
70+
"state" : {
71+
"revision" : "540318ecedd63d883069ae7f1ed811a2df00b6ac",
72+
"version" : "2.4.0"
4673
}
4774
},
4875
{
4976
"identity" : "recaptcha-enterprise-mobile-sdk",
5077
"kind" : "remoteSourceControl",
5178
"location" : "https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk",
5279
"state" : {
53-
"revision" : "54f4584f85144cac8288210da556a10b32067081",
54-
"version" : "18.4.2"
80+
"revision" : "5ec74256124faa7e7814c574509723f49e1fccfb",
81+
"version" : "18.7.0"
5582
}
5683
},
5784
{
5885
"identity" : "sdwebimage",
5986
"kind" : "remoteSourceControl",
6087
"location" : "https://github.com/SDWebImage/SDWebImage.git",
6188
"state" : {
62-
"revision" : "73b9397cfbd902f606572964055464903b1d84c6",
63-
"version" : "5.19.0"
89+
"revision" : "cac9a55a3ae92478a2c95042dcc8d9695d2129ca",
90+
"version" : "5.21.0"
6491
}
6592
},
6693
{
6794
"identity" : "sdwebimageswiftui",
6895
"kind" : "remoteSourceControl",
6996
"location" : "https://github.com/SDWebImage/SDWebImageSwiftUI.git",
7097
"state" : {
71-
"revision" : "b7af5e6bd9c2987e41730400d1baad13d74a141a",
72-
"version" : "3.0.4"
98+
"revision" : "451c6dfd5ecec2cf626d1d9ca81c2d4a60355172",
99+
"version" : "3.1.3"
73100
}
74101
},
75102
{
76103
"identity" : "swift-sdk",
77104
"kind" : "remoteSourceControl",
78105
"location" : "https://github.com/Iterable/swift-sdk",
79106
"state" : {
80-
"revision" : "f984ed63ce9924e5cf33f828a7da53db975b3737",
81-
"version" : "6.5.3"
107+
"revision" : "10e8f476597a341155555549b3e13371b6b75aea",
108+
"version" : "6.5.11"
82109
}
83110
}
84111
],

0 commit comments

Comments
 (0)