From ec8d4caf2115de8de0bc2339e0b3b9d22b96695e Mon Sep 17 00:00:00 2001 From: hoon Date: Sat, 10 Feb 2024 02:10:15 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20podfile=20firebase=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KCS/Podfile | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/KCS/Podfile b/KCS/Podfile index 138314f7..1a2a1082 100644 --- a/KCS/Podfile +++ b/KCS/Podfile @@ -25,14 +25,13 @@ post_install do |installer| end end + target 'KCSUnitTest' do + # add serarch_paths for firebase for test + inherit! :search_paths + + pod 'RxTest' + pod 'RxBlocking' + end end -target 'KCSUnitTest' do - - pod 'RxTest' - pod 'RxBlocking' - - pod 'Firebase/Analytics' - pod 'Firebase/Crashlytics' -end