Skip to content

Commit fd977bb

Browse files
authored
Fix cron build failure (#6303)
1 parent d971114 commit fd977bb

File tree

1 file changed

+6
-0
lines changed
  • FirebaseRemoteConfig/Tests/Sample

1 file changed

+6
-0
lines changed

FirebaseRemoteConfig/Tests/Sample/Podfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# Uncomment the next line to define a global platform for your project
22
# platform :ios, '9.0'
33

4+
source 'https://github.com/firebase/SpecsStaging.git'
5+
source 'https://cdn.cocoapods.org/'
6+
47
target 'RemoteConfigSampleApp' do
58
# Comment the next line if you don't want to use dynamic frameworks
69
use_frameworks!
710
pod 'FirebaseAnalytics'
811
pod 'FirebaseCore', :path => '../../../'
12+
pod 'FirebaseCoreDiagnostics', :path => '../../../'
913
pod 'FirebaseInstallations', :path => '../../../'
1014
pod 'FirebaseRemoteConfig', :path => '../../../'
1115
pod 'FirebaseABTesting', :path => '../../..'
16+
pod 'GoogleDataTransport', :path => '../../..'
17+
pod 'GoogleUtilities', :path => '../../..'
1218

1319
# Pods for RemoteConfigSampleApp
1420

0 commit comments

Comments
 (0)