Skip to content

Commit 7b5b74b

Browse files
committed
Attempt to fix int. test build
1 parent 5216383 commit 7b5b74b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import Foundation
1616

1717
extension UserInfoImpl: NSSecureCoding {}
1818

19-
@objc(FIRUserInfoImpl) class UserInfoImpl: NSObject, UserInfo {
19+
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
20+
class UserInfoImpl: NSObject, UserInfo {
2021
/// A convenience factory method for constructing a `UserInfo` instance from data
2122
/// returned by the getAccountInfo endpoint.
2223
/// - Parameter providerUserInfo: Data returned by the getAccountInfo endpoint.

0 commit comments

Comments
 (0)