From 83a309df0a692cb916000ff7582ad59741d5f989 Mon Sep 17 00:00:00 2001 From: Gil Date: Fri, 20 Apr 2018 09:57:31 -0700 Subject: Rename iOS-specific targets with iOS-specific names (#1150) * Rename targets: * Firestore_Example to Firestore_Example_iOS * Firestore_Tests to Firestore_Tests_iOS * Firestore_IntegrationTests to Firestore_IntegrationTests_iOS * AllTests to AllTests_iOS * Rename associated schemes the same way * Update Podfile to reference the new targets --- Firestore/Example/Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Firestore/Example/Podfile') 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' -- cgit v1.2.3