From ead21aaca0dfa5effe4d64b8e7ea70c6782673ac Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 11 Jul 2024 12:40:12 -0700 Subject: [PATCH] Podfile fix --- FirebaseMLModelDownloader/Apps/Sample/Podfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FirebaseMLModelDownloader/Apps/Sample/Podfile b/FirebaseMLModelDownloader/Apps/Sample/Podfile index cb632e9d85f..ed79be9f17e 100644 --- a/FirebaseMLModelDownloader/Apps/Sample/Podfile +++ b/FirebaseMLModelDownloader/Apps/Sample/Podfile @@ -5,6 +5,8 @@ source 'https://github.com/firebase/SpecsDev.git' source 'https://github.com/firebase/SpecsStaging.git' source 'https://cdn.cocoapods.org/' +pod 'FirebaseCore', :path => '../../../' +pod 'FirebaseCoreInternal', :path => '../../../' pod 'FirebaseMLModelDownloader', :path => '../../../' pod 'TensorFlowLiteSwift'