Skip to content

Commit

Permalink
restore inherit search_paths to Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed May 13, 2018
1 parent 4c72f6e commit 0ab0ea3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Firestore/Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@ target 'Firestore_Example_iOS' do
pod 'FirebaseFirestore', :path => '../../'

target 'Firestore_Tests_iOS' do
platform :ios, '8.0'
inherit! :search_paths

pod 'leveldb-library'
pod 'OCMock'
pod 'GoogleTest', :podspec => 'Tests/GoogleTest/GoogleTest.podspec'
end

target 'Firestore_IntegrationTests_iOS' do
platform :ios, '8.0'
inherit! :search_paths

pod 'OCMock'
end

target 'Firestore_SwiftTests_iOS' do
platform :ios, '8.0'
pod 'FirebaseFirestoreSwift', :path => '../../'
end

Expand Down

0 comments on commit 0ab0ea3

Please sign in to comment.