Skip to content

Commit 19ee687

Browse files
committed
Fix internal test podfile
1 parent b78d97a commit 19ee687

File tree

1 file changed

+5
-4
lines changed
  • firestore/integration_test_internal

1 file changed

+5
-4
lines changed

firestore/integration_test_internal/Podfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '10.0'
33
# Cloud Firestore internal test application.
4+
use_frameworks! :linkage => :static
45

56
target 'integration_test' do
67
platform :ios, '10.0'
7-
pod 'Firebase/Firestore', '8.15.0'
8-
pod 'Firebase/Auth', '8.15.0'
8+
pod 'Firebase/Firestore', '9.0.0'
9+
pod 'Firebase/Auth', '9.0.0'
910
end
1011

1112
target 'integration_test_tvos' do
1213
platform :tvos, '12.0'
13-
pod 'Firebase/Firestore', '8.15.0'
14-
pod 'Firebase/Auth', '8.15.0'
14+
pod 'Firebase/Firestore', '9.0.0'
15+
pod 'Firebase/Auth', '9.0.0'
1516
end
1617

1718
post_install do |installer|

0 commit comments

Comments
 (0)