Skip to content

Commit 3051291

Browse files
authored
Remove the rest of Firebase as development pods (#3494)
This cuts incremental pod install time down from ~120 seconds to ~25. If we ever need to jointly develop features with Core or Auth again we can re-add these entries temporarily.
1 parent 8087457 commit 3051291

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

Firestore/Example/Podfile

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ target 'Firestore_Example_iOS' do
3838
# corresponding podspec's.
3939
pod 'Firebase/CoreOnly', '6.5.0'
4040

41-
pod 'FirebaseAuth', :path => '../../'
42-
pod 'FirebaseAuthInterop', :path => '../../'
43-
pod 'FirebaseCore', :path => '../../'
44-
pod 'FirebaseCoreDiagnostics', :path => '../../'
45-
pod 'FirebaseCoreDiagnosticsInterop', :path => '../../'
46-
pod 'GoogleDataTransport', :path => '../../'
47-
pod 'GoogleDataTransportCCTSupport', :path => '../../'
48-
pod 'GoogleUtilities', :path => '../../'
4941
pod 'FirebaseFirestore', :path => '../../'
5042

5143
target 'Firestore_Tests_iOS' do
@@ -93,15 +85,7 @@ end
9385
target 'Firestore_Example_macOS' do
9486
platform :osx, '10.11'
9587

96-
pod 'FirebaseAuth', :path => '../../'
97-
pod 'FirebaseAuthInterop', :path => '../../'
98-
pod 'FirebaseCore', :path => '../../'
99-
pod 'FirebaseCoreDiagnostics', :path => '../../'
100-
pod 'FirebaseCoreDiagnosticsInterop', :path => '../../'
101-
pod 'GoogleUtilities', :path => '../../'
10288
pod 'FirebaseFirestore', :path => '../../'
103-
pod 'GoogleDataTransport', :path => '../../'
104-
pod 'GoogleDataTransportCCTSupport', :path => '../../'
10589

10690
target 'Firestore_Tests_macOS' do
10791
inherit! :search_paths
@@ -130,13 +114,7 @@ end
130114
target 'Firestore_Example_tvOS' do
131115
platform :tvos, '10.0'
132116

133-
pod 'FirebaseAuth', :path => '../../'
134-
pod 'FirebaseAuthInterop', :path => '../../'
135-
pod 'FirebaseCore', :path => '../../'
136-
pod 'GoogleUtilities', :path => '../../'
137117
pod 'FirebaseFirestore', :path => '../../'
138-
pod 'GoogleDataTransport', :path => '../../'
139-
pod 'GoogleDataTransportCCTSupport', :path => '../../'
140118

141119
target 'Firestore_Tests_tvOS' do
142120
inherit! :search_paths

0 commit comments

Comments
 (0)