Skip to content

Commit ab1a9c9

Browse files
authored
Fix missing path specs for pods in repo (#5140)
1 parent b55b843 commit ab1a9c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SymbolCollisionTest/Podfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ target 'SymbolCollisionTest' do
3636
pod 'FirebasePerformance'
3737
pod 'FirebaseRemoteConfig', :path => '../'
3838
pod 'FirebaseStorage', :path => '../'
39+
pod 'GoogleDataTransport', :path => '../'
40+
pod 'GoogleDataTransportCCTSupport', :path => '../'
41+
pod 'GoogleUtilities', :path => '../'
42+
3943
# pod 'FirebaseUI'. - requires use_frameworks!
4044

4145
# Other Google Pods
@@ -65,7 +69,6 @@ target 'SymbolCollisionTest' do
6569
pod 'GoogleSymbolUtilities'
6670
pod 'GoogleTagManager'
6771
pod 'GoogleToolboxForMac'
68-
pod 'GoogleUtilities'
6972
pod 'GTMAppAuth'
7073
# pod 'GTMHTTPFetcher' - conflicts with GTMSessionFetcher
7174
pod 'GTMSessionFetcher'

0 commit comments

Comments
 (0)