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 11os : osx
2- osx_image : xcode11
2+ osx_image : xcode12.5
33language : objective-c
44cache :
55 bundler : true
9999 script :
100100 - travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=ios
101101
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-
110102 - stage : test
111103 env :
112104 - PROJECT=GoogleUtilitiesComponents METHOD=pod-lib-lint
@@ -153,18 +145,6 @@ jobs:
153145 script :
154146 - travis_retry ./CocoapodsIntegrationTest/scripts/build_with_environment.sh --gemfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Gemfile --podfile=./CocoapodsIntegrationTest/TestEnvironments/${POD_CONFIG_DIR}/Podfile
155147
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-
168148branches :
169149 only :
170150 - 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+
14# 8.2.0
25- [ fixed] Fixed analyze issues introduced in Xcode 12.5. (#8210 )
36- [ 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
263263 } else {
264264 errorData = nil ;
265265 }
266- if (error != NULL ) {
266+ if (error != NULL && errorData != nil ) {
267267 NSError *jsonError;
268268 NSDictionary *errorDict = [NSJSONSerialization JSONObjectWithData: errorData
269269 options: 0
You can’t perform that action at this time.
0 commit comments