File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
FirebaseAuth/Sources/Swift Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ import FirebaseAuthInterop
19
19
import FirebaseCore
20
20
import FirebaseCoreExtension
21
21
#if COCOAPODS
22
- @ _implementationOnly import GoogleUtilities
22
+ internal import GoogleUtilities
23
23
#else
24
- @ _implementationOnly import GoogleUtilities_AppDelegateSwizzler
25
- @ _implementationOnly import GoogleUtilities_Environment
24
+ internal import GoogleUtilities_AppDelegateSwizzler
25
+ internal import GoogleUtilities_Environment
26
26
#endif
27
27
28
28
#if os(iOS) || os(tvOS) || targetEnvironment(macCatalyst)
Original file line number Diff line number Diff line change 14
14
15
15
import Foundation
16
16
#if COCOAPODS
17
- @ _implementationOnly import GoogleUtilities
17
+ internal import GoogleUtilities
18
18
#else
19
- @ _implementationOnly import GoogleUtilities_Environment
19
+ internal import GoogleUtilities_Environment
20
20
#endif
21
21
22
22
#if os(iOS)
Original file line number Diff line number Diff line change 17
17
import UIKit
18
18
19
19
#if COCOAPODS
20
- @ _implementationOnly import GoogleUtilities
20
+ internal import GoogleUtilities
21
21
#else
22
- @ _implementationOnly import GoogleUtilities_Environment
22
+ internal import GoogleUtilities_Environment
23
23
#endif // COCOAPODS
24
24
25
25
// Protocol to help with unit tests.
Original file line number Diff line number Diff line change 17
17
import Foundation
18
18
import UIKit
19
19
#if COCOAPODS
20
- @ _implementationOnly import GoogleUtilities
20
+ internal import GoogleUtilities
21
21
#else
22
- @ _implementationOnly import GoogleUtilities_Environment
22
+ internal import GoogleUtilities_Environment
23
23
#endif
24
24
25
25
/// Class responsible for providing a default AuthUIDelegate.
You can’t perform that action at this time.
0 commit comments