|
|
@@ -39,6 +39,7 @@ target 'Firestore_Example_iOS' do
|
|
|
pod 'Firebase/CoreOnly', '6.7.0'
|
|
|
|
|
|
pod 'FirebaseFirestore', :path => '../../'
|
|
|
+ pod 'FirebaseCore', :path => '../../'
|
|
|
|
|
|
target 'Firestore_Tests_iOS' do
|
|
|
inherit! :search_paths
|
|
|
@@ -86,6 +87,7 @@ target 'Firestore_Example_macOS' do
|
|
|
platform :osx, '10.11'
|
|
|
|
|
|
pod 'FirebaseFirestore', :path => '../../'
|
|
|
+ pod 'FirebaseCore', :path => '../../'
|
|
|
|
|
|
target 'Firestore_Tests_macOS' do
|
|
|
inherit! :search_paths
|
|
|
@@ -115,6 +117,7 @@ target 'Firestore_Example_tvOS' do
|
|
|
platform :tvos, '10.0'
|
|
|
|
|
|
pod 'FirebaseFirestore', :path => '../../'
|
|
|
+ pod 'FirebaseCore', :path => '../../'
|
|
|
|
|
|
target 'Firestore_Tests_tvOS' do
|
|
|
inherit! :search_paths
|