Skip to content

Commit 711e293

Browse files
committed
Change Firestore Podspec for tvos
1 parent fcd1edc commit 711e293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firestore/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '15.0'
13-
pod 'Firebase/Firestore', '12.0.0'
13+
pod 'FirebaseFirestore', '12.0.0'
1414
pod 'Firebase/Auth', '12.0.0'
1515
end
1616

firestore/integration_test_internal/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010

1111
target 'integration_test_tvos' do
1212
platform :tvos, '15.0'
13-
pod 'Firebase/Firestore', '12.0.0'
13+
pod 'FirebaseFirestore', '12.0.0'
1414
pod 'Firebase/Auth', '12.0.0'
1515
end
1616

0 commit comments

Comments
 (0)