Skip to content

Commit

Permalink
test(Podfile): use firestore-ios-framework version vs master (#4640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored Dec 2, 2020
1 parent e7688e8 commit a96a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ target 'testing' do
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'

use_native_modules!
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :branch => 'master'
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => $FirebaseSDKVersion
end

post_install do |installer|
Expand Down

1 comment on commit a96a401

@vercel
Copy link

@vercel vercel bot commented on a96a401 Dec 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.