Skip to content

Commit e0c330d

Browse files
authored
iOS: Remove Analytics dependency from GMA integration test (#1386)
* Try using CoreOnly instead of Analytics cocoapod for tests. * Update readme.
1 parent 11332d4 commit e0c330d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gma/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '11.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '10.12.0'
7+
pod 'Firebase/CoreOnly', '10.12.0'
88
pod 'Google-Mobile-Ads-SDK', '10.8.0'
99
end
1010

release_build_files/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Firebase Functions | firebase_functions.xcframework
250250
| | Firebase/Auth Cocoapod (10.12.0)
251251
Google Mobile Ads | firebase_gma.xcframework
252252
| | firebase.xcframework
253-
| | Firebase/Analytics Cocoapod (10.12.0)
253+
| | Firebase/CoreOnly Cocoapod (10.12.0)
254254
| | Google-Mobile-Ads-SDK Cocoapod (10.8.0)
255255
Firebase Installations | firebase_installations.xcframework
256256
| | firebase.xcframework
@@ -312,7 +312,7 @@ Firebase Functions | libfirebase_functions.a
312312
| | Firebase/Auth Cocoapod (10.12.0)
313313
Google Mobile Ads | libfirebase_gma.a
314314
| | libfirebase_app.a
315-
| | Firebase/Analytics Cocoapod (10.12.0)
315+
| | Firebase/CoreOnly Cocoapod (10.12.0)
316316
| | Google-Mobile-Ads-SDK Cocoapod (10.8.0)
317317
Firebase Installations | libfirebase_installations.a
318318
| | libfirebase_app.a

0 commit comments

Comments
 (0)