From 3cfcea07238cfe6645f4268a65f63fe316ab70ed Mon Sep 17 00:00:00 2001 From: Themis wang Date: Wed, 6 Dec 2023 16:12:00 -0500 Subject: [PATCH] fix watchOS example podfile --- ClientApp/Podfile | 1 + Example/watchOSSample/Podfile | 1 + 2 files changed, 2 insertions(+) diff --git a/ClientApp/Podfile b/ClientApp/Podfile index 3926a76b38a7..3a69069714fb 100644 --- a/ClientApp/Podfile +++ b/ClientApp/Podfile @@ -15,6 +15,7 @@ target 'ClientApp-CocoaPods' do pod 'FirebaseAppCheck', :path => '../' pod 'FirebaseRemoteConfig', :path => '../' pod 'FirebaseRemoteConfigSwift', :path => '../' + pod 'FirebaseRemoteConfigInterop', :path => '../' pod 'FirebaseAppDistribution', :path => '../' pod 'FirebaseAuth', :path => '../' pod 'FirebaseCrashlytics', :path => '../' diff --git a/Example/watchOSSample/Podfile b/Example/watchOSSample/Podfile index 5dd5e804c13d..2f8627085975 100644 --- a/Example/watchOSSample/Podfile +++ b/Example/watchOSSample/Podfile @@ -19,6 +19,7 @@ target 'SampleWatchAppWatchKitExtension' do pod 'FirebaseDatabase', :path => '../../' pod 'FirebaseAppCheckInterop', :path => '../../' pod 'FirebaseAuthInterop', :path => '../../' + pod 'FirebaseRemoteConfigInterop', :path => '../../' pod 'Firebase/Messaging', :path => '../../' pod 'Firebase/Storage', :path => '../../'