We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ef9dd commit 2bc51d5Copy full SHA for 2bc51d5
Firestore/Example/Podfile
@@ -99,6 +99,8 @@ if is_platform(:ios)
99
100
configure_local_pods()
101
102
+ pod 'abseil', '~> 1.20240722.0'
103
+
104
target 'Firestore_Tests_iOS' do
105
inherit! :search_paths
106
@@ -140,6 +142,8 @@ if is_platform(:osx)
140
142
141
143
144
145
146
147
target 'Firestore_Tests_macOS' do
148
149
@@ -168,6 +172,8 @@ if is_platform(:tvos)
168
172
169
173
170
174
175
176
171
177
target 'Firestore_Tests_tvOS' do
178
179
0 commit comments