Skip to content

iOS: Remove Analytics dependency from GMA integration test #1386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gma/integration_test/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '11.0'
use_frameworks! :linkage => :static

target 'integration_test' do
pod 'Firebase/Analytics', '10.12.0'
pod 'Firebase/CoreOnly', '10.12.0'
pod 'Google-Mobile-Ads-SDK', '10.8.0'
end

Expand Down
4 changes: 2 additions & 2 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Firebase Functions | firebase_functions.xcframework
| | Firebase/Auth Cocoapod (10.12.0)
Google Mobile Ads | firebase_gma.xcframework
| | firebase.xcframework
| | Firebase/Analytics Cocoapod (10.12.0)
| | Firebase/CoreOnly Cocoapod (10.12.0)
| | Google-Mobile-Ads-SDK Cocoapod (10.8.0)
Firebase Installations | firebase_installations.xcframework
| | firebase.xcframework
Expand Down Expand Up @@ -312,7 +312,7 @@ Firebase Functions | libfirebase_functions.a
| | Firebase/Auth Cocoapod (10.12.0)
Google Mobile Ads | libfirebase_gma.a
| | libfirebase_app.a
| | Firebase/Analytics Cocoapod (10.12.0)
| | Firebase/CoreOnly Cocoapod (10.12.0)
| | Google-Mobile-Ads-SDK Cocoapod (10.8.0)
Firebase Installations | libfirebase_installations.a
| | libfirebase_app.a
Expand Down