Skip to content

Commit 8945be6

Browse files
committed
Replace @_implementationOnly with internal
1 parent 2a841b9 commit 8945be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseVertexAI/Sources/VertexAI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import FirebaseCore
1818
import Foundation
1919

2020
// Avoids exposing internal FirebaseCore APIs to Swift users.
21-
@_implementationOnly import FirebaseCoreExtension
21+
internal import FirebaseCoreExtension
2222

2323
/// The Vertex AI for Firebase SDK provides access to Gemini models directly from your app.
2424
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)

FirebaseVertexAI/Sources/VertexLog.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import Foundation
1616
import os.log
1717

18-
@_implementationOnly import FirebaseCoreExtension
18+
internal import FirebaseCoreExtension
1919

2020
enum VertexLog {
2121
/// Log message codes for the Vertex AI SDK

0 commit comments

Comments
 (0)