[Firebase AI] Replace FirebaseAILogic SPM library as internal target
#15443
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removed the
FirebaseAILogicSPM library product fromPackage.swift. This retainsFirebaseAIas the only publicly accessible Swift Package product but allows Firebase AI Logic types to be disambiguated, where necessary, usingFirebaseAILogic.since all types have been moved into theFirebaseAILogicmodule and it is transitively exported fromFirebaseAI.Usage Examples:
Notes:
pod 'FirebaseAILogic'instead ofpod 'FirebaseAI'then they'd need toimport FirebaseAILogicinstead ofimport FirebaseAI.pod 'FirebaseAI'so this would only impact devs integrating on their own without docs help -- seems like a non-issue to me sinceimport FirebaseAILogicwould auto-complete.FirebaseAI.xcframeworkandFirebaseAILogic.xcframework(and the instructions would say to add both) -- seems like a non-issue to me.#no-changelog