Skip to content

Commit b98c860

Browse files
Googlera-maurice
authored andcommitted
CPP Open Source build fixes:
- Updated Cocoapods to 10.14.0 to fix an auth dependency. - Auth: cmake file - suppressed the inclusion of desktop dependencies for android and iOS builds. - Messaging: added the main source directory to the include path for the firebase_messaging_test_util build target. - Messaging: removed firebase_messaging_test build target for desktop builds. PiperOrigin-RevId: 288966108
1 parent e9f0ddb commit b98c860

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ios_pod/Podfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '8.0'
33

44
target 'GetPods' do
5-
pod 'Firebase/Core', '6.10.0'
5+
pod 'Firebase/Core', '6.14.0'
66

7-
pod 'Firebase/AdMob', '6.10.0'
8-
pod 'Firebase/Analytics', '6.10.0'
9-
pod 'Firebase/Auth', '6.10.0'
10-
pod 'Firebase/Database', '6.10.0'
11-
pod 'Firebase/DynamicLinks', '6.10.0'
12-
pod 'Firebase/Functions', '6.10.0'
7+
pod 'Firebase/AdMob', '6.14.0'
8+
pod 'Firebase/Analytics', '6.14.0'
9+
pod 'Firebase/Auth', '6.14.0'
10+
pod 'Firebase/Database', '6.14.0'
11+
pod 'Firebase/DynamicLinks', '6.14.0'
12+
pod 'Firebase/Functions', '6.14.0'
1313
pod 'FirebaseInstanceID', '4.2.5'
14-
pod 'Firebase/Messaging', '6.10.0'
15-
pod 'Firebase/RemoteConfig', '6.10.0'
16-
pod 'Firebase/Storage', '6.10.0'
14+
pod 'Firebase/Messaging', '6.14.0'
15+
pod 'Firebase/RemoteConfig', '6.14.0'
16+
pod 'Firebase/Storage', '6.14.0'
1717

1818
pod 'Crashlytics', '3.13.4'
1919
end

0 commit comments

Comments
 (0)