Skip to content

Commit e1cc32d

Browse files
committed
Update Podfile
1 parent ff0383c commit e1cc32d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

messaging/integration_test/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ use_frameworks! :linkage => :static
55
target 'integration_test' do
66
platform :ios, '13.0'
77
pod 'Firebase/Messaging', '10.25.0'
8+
pod 'Firebase/Functions', '10.25.0'
89
end
910

1011
target 'integration_test_tvos' do
1112
platform :tvos, '12.0'
1213
pod 'Firebase/Messaging', '10.25.0'
14+
pod 'Firebase/Functions', '10.25.0'
1315
end
1416

1517
post_install do |installer|

0 commit comments

Comments
 (0)