File tree Expand file tree Collapse file tree 3 files changed +5
-22
lines changed
Sources/AuthProvider/Phone Expand file tree Collapse file tree 3 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 1
1
os : osx
2
- osx_image : xcode11
2
+ osx_image : xcode12.5
3
3
language : objective-c
4
4
cache :
5
5
bundler : true
99
99
script :
100
100
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=ios
101
101
102
- - stage : test
103
- env :
104
- - PROJECT=Firestore PLATFORM=iOS METHOD=xcodebuild
105
- before_install :
106
- - ./scripts/if_changed.sh ./scripts/install_prereqs.sh
107
- script :
108
- - travis_retry ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM $METHOD
109
-
110
102
- stage : test
111
103
env :
112
104
- PROJECT=GoogleUtilitiesComponents METHOD=pod-lib-lint
@@ -153,18 +145,6 @@ jobs:
153
145
script :
154
146
- travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
155
147
156
- allow_failures :
157
- # Run fuzz tests only on cron jobs.
158
- - stage : test
159
- # if: type = cron
160
- env :
161
- - PROJECT=Firestore PLATFORM=iOS METHOD=fuzz
162
- before_install :
163
- - ./scripts/install_prereqs.sh
164
- script :
165
- # The travis_wait is necessary because fuzzing runs for 40 minutes.
166
- - travis_wait 45 ./scripts/fuzzing_ci.sh
167
-
168
148
branches :
169
149
only :
170
150
- master
Original file line number Diff line number Diff line change
1
+ # 8.5.0
2
+ - [ fixed] Fixed an analyze issue introduced in Xcode 12.5. (#8411 )
3
+
1
4
# 8.2.0
2
5
- [ fixed] Fixed analyze issues introduced in Xcode 12.5. (#8210 )
3
6
- [ fixed] Fixed a bug in the link with email link, Game Center, and phone auth flows. (#8196 )
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ - (nullable NSString *)reCAPTCHATokenForURL:(NSURL *)URL error:(NSError **_Nonnu
263
263
} else {
264
264
errorData = nil ;
265
265
}
266
- if (error != NULL ) {
266
+ if (error != NULL && errorData != nil ) {
267
267
NSError *jsonError;
268
268
NSDictionary *errorDict = [NSJSONSerialization JSONObjectWithData: errorData
269
269
options: 0
You can’t perform that action at this time.
0 commit comments