Skip to content

Commit

Permalink
Attempt to fix int. test build
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Nov 1, 2024
1 parent 5216383 commit 7b5b74b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import Foundation

extension UserInfoImpl: NSSecureCoding {}

Check failure on line 17 in FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

View workflow job for this annotation

GitHub Actions / integration-tests (ObjCApiTests)

'UserInfoImpl' is only available in iOS 13 or newer

Check failure on line 17 in FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

View workflow job for this annotation

GitHub Actions / integration-tests (ObjCApiTests)

'UserInfoImpl' is only available in iOS 13 or newer

Check failure on line 17 in FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

View workflow job for this annotation

GitHub Actions / integration-tests (ObjCApiTests)

'UserInfoImpl' is only available in iOS 13 or newer

Check failure on line 17 in FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

'UserInfoImpl' is only available in iOS 13 or newer

Check failure on line 17 in FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

'UserInfoImpl' is only available in iOS 13 or newer

Check failure on line 17 in FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

View workflow job for this annotation

GitHub Actions / integration-tests (AuthenticationExampleUITests)

'UserInfoImpl' is only available in iOS 13 or newer

Check failure on line 17 in FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

View workflow job for this annotation

GitHub Actions / integration-tests (SwiftApiTests)

'UserInfoImpl' is only available in iOS 13 or newer

Check failure on line 17 in FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

View workflow job for this annotation

GitHub Actions / integration-tests (SwiftApiTests)

'UserInfoImpl' is only available in iOS 13 or newer

Check failure on line 17 in FirebaseAuth/Sources/Swift/User/UserInfoImpl.swift

View workflow job for this annotation

GitHub Actions / integration-tests (SwiftApiTests)

'UserInfoImpl' is only available in iOS 13 or newer

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

0 comments on commit 7b5b74b

Please sign in to comment.