Skip to content

Commit 0484975

Browse files
authored
Add missing pods to Pod Test (#7746)
1 parent 5ed1003 commit 0484975

File tree

1 file changed

+5
-1
lines changed
  • CoreOnly/Tests/FirebasePodTest

1 file changed

+5
-1
lines changed

CoreOnly/Tests/FirebasePodTest/Podfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :ios, '10.0'
2+
platform :ios, '13.0'
33

44
source 'https://github.com/firebase/SpecsDev.git'
55
source 'https://github.com/firebase/SpecsStaging.git'
@@ -11,6 +11,7 @@ target 'FirebasePodTest' do
1111

1212
pod 'Firebase', :path => '../../../'
1313
pod 'FirebaseABTesting', :path => '../../../'
14+
pod 'FirebaseAnalyticsSwift', :path => '../../../'
1415
pod 'FirebaseAppDistribution', :path => '../../../'
1516
pod 'FirebaseAuth', :path => '../../../'
1617
pod 'FirebaseCore', :path => '../../../'
@@ -19,14 +20,17 @@ target 'FirebasePodTest' do
1920
pod 'FirebaseDatabase', :path => '../../../'
2021
pod 'FirebaseDynamicLinks', :path => '../../../'
2122
pod 'FirebaseFirestore', :path => '../../../'
23+
pod 'FirebaseFirestoreSwift', :path => '../../../'
2224
pod 'FirebaseFunctions', :path => '../../../'
2325
pod 'FirebaseInAppMessaging', :path => '../../../'
26+
pod 'FirebaseInAppMessagingSwift', :path => '../../../'
2427
pod 'FirebaseInstallations', :path => '../../../'
2528
pod 'FirebaseInstanceID', :path => '../../../'
2629
pod 'FirebaseMessaging', :path => '../../../'
2730
pod 'FirebasePerformance', :path => '../../../'
2831
pod 'FirebaseRemoteConfig', :path => '../../../'
2932
pod 'FirebaseStorage', :path => '../../../'
33+
pod 'FirebaseStorageSwift', :path => '../../../'
3034

3135
# Get dependent pods from the repo also
3236
pod 'FirebaseCoreDiagnostics', :path => '../../../'

0 commit comments

Comments
 (0)