@@ -745,7 +745,7 @@ - (void)signInWithEmail:(NSString *)email
745
745
callback (nil , [FIRAuthErrorUtils wrongPasswordErrorWithMessage: nil ]);
746
746
return ;
747
747
}
748
- #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_XR ) || !TARGET_OS_XR )
748
+ #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_VISION ) || !TARGET_OS_VISION )
749
749
if ([[FIRAuthRecaptchaVerifier sharedRecaptchaVerifier: self ]
750
750
enablementStatusForProvider: FIRAuthRecaptchaProviderPassword]) {
751
751
[[FIRAuthRecaptchaVerifier sharedRecaptchaVerifier: self ]
@@ -1388,7 +1388,7 @@ - (void)sendPasswordResetWithNullableActionCodeSettings:
1388
1388
passwordResetRequestWithEmail: email
1389
1389
actionCodeSettings: actionCodeSettings
1390
1390
requestConfiguration: self ->_requestConfiguration];
1391
- #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_XR ) || !TARGET_OS_XR )
1391
+ #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_VISION ) || !TARGET_OS_VISION )
1392
1392
if ([[FIRAuthRecaptchaVerifier sharedRecaptchaVerifier: self ]
1393
1393
enablementStatusForProvider: FIRAuthRecaptchaProviderPassword]) {
1394
1394
[[FIRAuthRecaptchaVerifier sharedRecaptchaVerifier: self ]
@@ -1487,7 +1487,7 @@ - (void)sendSignInLinkToEmail:(nonnull NSString *)email
1487
1487
[FIRGetOOBConfirmationCodeRequest signInWithEmailLinkRequest: email
1488
1488
actionCodeSettings: actionCodeSettings
1489
1489
requestConfiguration: self ->_requestConfiguration];
1490
- #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_XR ) || !TARGET_OS_XR )
1490
+ #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_VISION ) || !TARGET_OS_VISION )
1491
1491
if ([[FIRAuthRecaptchaVerifier sharedRecaptchaVerifier: self ]
1492
1492
enablementStatusForProvider: FIRAuthRecaptchaProviderPassword]) {
1493
1493
[[FIRAuthRecaptchaVerifier sharedRecaptchaVerifier: self ]
@@ -1785,7 +1785,7 @@ - (void)revokeTokenWithAuthorizationCode:(NSString *)authorizationCode
1785
1785
}];
1786
1786
}
1787
1787
1788
- #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_XR ) || !TARGET_OS_XR )
1788
+ #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_VISION ) || !TARGET_OS_VISION )
1789
1789
- (void )initializeRecaptchaConfigWithCompletion:
1790
1790
(nullable void (^)(NSError *_Nullable error))completion {
1791
1791
[[FIRAuthRecaptchaVerifier sharedRecaptchaVerifier: self ]
@@ -2005,7 +2005,7 @@ - (void)internalCreateUserWithEmail:(NSString *)email
2005
2005
return ;
2006
2006
}
2007
2007
2008
- #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_XR ) || !TARGET_OS_XR )
2008
+ #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST && (!defined(TARGET_OS_VISION ) || !TARGET_OS_VISION )
2009
2009
if ([[FIRAuthRecaptchaVerifier sharedRecaptchaVerifier: self ]
2010
2010
enablementStatusForProvider: FIRAuthRecaptchaProviderPassword]) {
2011
2011
[[FIRAuthRecaptchaVerifier sharedRecaptchaVerifier: self ]
0 commit comments