From 9a3dbe937f4ca96561374c5d297aab6ba585d225 Mon Sep 17 00:00:00 2001 From: Gil Date: Thu, 19 Apr 2018 16:10:36 -0700 Subject: Prep Firestore Podfile for multiple platforms (#1148) --- Firestore/Example/Podfile | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'Firestore/Example/Podfile') diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile index 41df29c..9bb936a 100644 --- a/Firestore/Example/Podfile +++ b/Firestore/Example/Podfile @@ -4,19 +4,18 @@ pod 'Firebase/Core', '4.13.0' use_frameworks! -platform :ios, '8.0' + +pod 'FirebaseAuth', :path => '../../' +pod 'FirebaseCore', :path => '../../' +pod 'FirebaseFirestore', :path => '../../' target 'Firestore_Example' do - pod 'FirebaseAuth', :path => '../../' - pod 'FirebaseCore', :path => '../../' - pod 'FirebaseFirestore', :path => '../../' + platform :ios, '8.0' target 'Firestore_Tests' do inherit! :search_paths - pod 'FirebaseCore', :path => '../../' pod 'leveldb-library' - pod 'OCMock' pod 'GoogleTest', :podspec => 'Tests/GoogleTest/GoogleTest.podspec' end @@ -24,17 +23,14 @@ target 'Firestore_Example' do target 'Firestore_IntegrationTests' do inherit! :search_paths - pod 'FirebaseCore', :path => '../../' - pod 'OCMock' end target 'Firestore_SwiftTests_iOS' do - pod 'FirebaseFirestore', :path => '../../' pod 'FirebaseFirestoreSwift', :path => '../../' end end target 'SwiftBuildTest' do - pod 'FirebaseFirestore', :path => '../../' + platform :ios, '8.0' end -- cgit v1.2.3