From bb28e096bd5a1de23516b4e4a68b7065817d98f9 Mon Sep 17 00:00:00 2001 From: Andrew Heard Date: Tue, 10 Oct 2023 14:11:16 -0400 Subject: [PATCH] Add `FirebaseAppCheckInterop` as local dep in Firestore/Example/Podfile --- Firestore/Example/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile index b45aded35eb..b21e5c0befe 100644 --- a/Firestore/Example/Podfile +++ b/Firestore/Example/Podfile @@ -61,6 +61,7 @@ def configure_local_pods() # FirebaseCore must always be a local pod so that CI builds that make changes # to its podspec can still function. See Firestore-*-xcodebuild in # scripts/install_prereqs.sh for more details. + pod 'FirebaseAppCheckInterop', :path => '../..' pod 'FirebaseCore', :path => '../..' pod 'FirebaseCoreInternal', :path => '../..' pod 'FirebaseCoreExtension',:path => '../..'