aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index 9bb936a..92b199a 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -9,10 +9,10 @@ pod 'FirebaseAuth', :path => '../../'
pod 'FirebaseCore', :path => '../../'
pod 'FirebaseFirestore', :path => '../../'
-target 'Firestore_Example' do
+target 'Firestore_Example_iOS' do
platform :ios, '8.0'
- target 'Firestore_Tests' do
+ target 'Firestore_Tests_iOS' do
inherit! :search_paths
pod 'leveldb-library'
@@ -20,7 +20,7 @@ target 'Firestore_Example' do
pod 'GoogleTest', :podspec => 'Tests/GoogleTest/GoogleTest.podspec'
end
- target 'Firestore_IntegrationTests' do
+ target 'Firestore_IntegrationTests_iOS' do
inherit! :search_paths
pod 'OCMock'