Skip to content

Commit 8ed545b

Browse files
authored
Resolve merge conflicts from release-6.0.0 branch (#2958)
* Update versions for Release 6.0.0 * Update FirebaseSDKs.textproto with new fields. (#2818) (#2834) * Update FirebaseSDKs.textproto with new fields. * Update message about strip_32bits flag. * GULAppDelegateSwizzler - proxy APNS methods separately (#2835) (#2858) * Cherry-picks for M47 RC5 (#2882) * fix race condition checkin is deleted before writing during app start (#2860) * GoogleUtilities min ios version from 6 to 8 (#2876) * Put secret and oauth credentials into the private headers for now. (#2916) (#2919) * Add missing Messaging weak_framework dep (#2921) (#2930)
1 parent 25ded96 commit 8ed545b

13 files changed

+25
-12
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ target 'Core_Example_iOS' do
1919
# The next line is the forcing function for the Firebase pod. The Firebase
2020
# version's subspecs should depend on the component versions in their
2121
# corresponding podspec's.
22-
pod 'Firebase/CoreOnly', '6.0.0-pre'
22+
pod 'Firebase/CoreOnly', '6.0.0'
2323

2424
target 'Core_Tests_iOS' do
2525
inherit! :search_paths

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAuth'
3-
s.version = '5.4.2'
3+
s.version = '6.0.0'
44
s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

FirebaseCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3333
s.pod_target_xcconfig = {
3434
'GCC_C_LANGUAGE_STANDARD' => 'c99',
3535
'GCC_PREPROCESSOR_DEFINITIONS' =>
36-
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.20.0',
36+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.0.0',
3737
'OTHER_CFLAGS' => '-fno-autolink'
3838
}
3939
s.test_spec 'unit' do |unit_tests|

FirebaseDatabase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDatabase'
3-
s.version = '5.1.1'
3+
s.version = '6.0.0'
44
s.summary = 'Firebase Open Source Libraries for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

FirebaseDynamicLinks.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDynamicLinks'
3-
s.version = '3.4.3'
3+
s.version = '4.0.0'
44
s.summary = 'Firebase DynamicLinks for iOS'
55

66
s.description = <<-DESC

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFirestore'
3-
s.version = '1.2.1'
3+
s.version = '1.3.0'
44
s.summary = 'Google Cloud Firestore for iOS'
55

66
s.description = <<-DESC

FirebaseFunctions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFunctions'
3-
s.version = '2.4.0'
3+
s.version = '2.5.0'
44
s.summary = 'Cloud Functions for Firebase iOS SDK.'
55

66
s.description = <<-DESC

FirebaseInAppMessagingDisplay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseInAppMessagingDisplay'
3-
s.version = '0.13.1'
3+
s.version = '0.14.0'
44
s.summary = 'Firebase In-App Messaging UI for iOS'
55

66
s.description = <<-DESC

FirebaseMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseMessaging'
3-
s.version = '3.5.0'
3+
s.version = '4.0.0'
44
s.summary = 'Firebase Messaging for iOS'
55

66
s.description = <<-DESC

FirebaseStorage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseStorage'
3-
s.version = '3.1.1'
3+
s.version = '3.2.0'
44
s.summary = 'Firebase Storage for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)