Skip to content

Commit 5973901

Browse files
authored
Update Symbol Collision tests for new 9.x pods (#9653)
1 parent 9b4eefa commit 5973901

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SymbolCollisionTest/Podfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ target 'SymbolCollisionTest' do
1515
pod 'FirebaseAuth', :path => '../'
1616
pod 'FirebaseCore', :path => '../'
1717
pod 'FirebaseCoreDiagnostics', :path => '../'
18+
pod 'FirebaseCoreExtension', :path => '../'
19+
pod 'FirebaseCoreInternal', :path => '../'
1820
pod 'FirebaseCrashlytics', :path => '../'
1921
pod 'FirebaseDatabase', :path => '../'
2022
pod 'FirebaseDynamicLinks', :path => '../'
@@ -26,6 +28,7 @@ target 'SymbolCollisionTest' do
2628
pod 'FirebasePerformance', :path => '../'
2729
pod 'FirebaseRemoteConfig', :path => '../'
2830
pod 'FirebaseStorage', :path => '../'
31+
pod 'FirebaseStorageInternal', :path => '../'
2932
pod 'GoogleUtilitiesComponents', :path => '../'
3033

3134
# pod 'FirebaseUI'. - requires use_frameworks!

0 commit comments

Comments
 (0)