aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-04-20 09:57:31 -0700
committerGravatar GitHub <noreply@github.com>2018-04-20 09:57:31 -0700
commit83a309df0a692cb916000ff7582ad59741d5f989 (patch)
treefbe1d9b7d543ed2c1a3aad8ed09c813d83c3e954 /Firestore/Example/Podfile
parent9fbbbcb2a25119a5966855498a5828bb430e7978 (diff)
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
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'