From bac26882e0f36f87fbe651b38333289de8842e69 Mon Sep 17 00:00:00 2001 From: Maksym Malyhin Date: Wed, 26 Jun 2019 12:07:20 -0400 Subject: [PATCH] Update versions for Release 6.4.0 --- Example/Podfile | 2 +- FirebaseAuth.podspec | 2 +- FirebaseCore.podspec | 4 ++-- FirebaseFirestore.podspec | 2 +- FirebaseInstanceID.podspec | 2 +- FirebaseMessaging.podspec | 2 +- FirebaseStorage.podspec | 2 +- Firestore/Example/Podfile | 2 +- Releases/Manifests/6.4.0.json | 8 ++++++++ SymbolCollisionTest/Podfile | 2 +- 10 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 Releases/Manifests/6.4.0.json diff --git a/Example/Podfile b/Example/Podfile index 49683568dca..0864f470513 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -19,7 +19,7 @@ target 'Core_Example_iOS' do # The next line is the forcing function for the Firebase pod. The Firebase # version's subspecs should depend on the component versions in the # corresponding podspec's in this repo. - pod 'Firebase/CoreOnly', '6.3.0' + pod 'Firebase/CoreOnly', '6.4.0' target 'Core_Tests_iOS' do inherit! :search_paths diff --git a/FirebaseAuth.podspec b/FirebaseAuth.podspec index e2eb435348c..c4fdb7404b0 100644 --- a/FirebaseAuth.podspec +++ b/FirebaseAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseAuth' - s.version = '6.1.2' + s.version = '6.2.0' s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)' s.description = <<-DESC diff --git a/FirebaseCore.podspec b/FirebaseCore.podspec index 0f4b4544b52..1436b1b1e98 100644 --- a/FirebaseCore.podspec +++ b/FirebaseCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseCore' - s.version = '6.0.3' + s.version = '6.0.4' s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)' s.description = <<-DESC @@ -33,7 +33,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration s.pod_target_xcconfig = { 'GCC_C_LANGUAGE_STANDARD' => 'c99', 'GCC_PREPROCESSOR_DEFINITIONS' => - 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.3.0', + 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.4.0', 'OTHER_CFLAGS' => '-fno-autolink' } s.test_spec 'unit' do |unit_tests| diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec index d35d2f9a5d2..575e85f5742 100644 --- a/FirebaseFirestore.podspec +++ b/FirebaseFirestore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseFirestore' - s.version = '1.4.0' + s.version = '1.4.1' s.summary = 'Google Cloud Firestore for iOS' s.description = <<-DESC diff --git a/FirebaseInstanceID.podspec b/FirebaseInstanceID.podspec index c477944251b..2a176bba370 100644 --- a/FirebaseInstanceID.podspec +++ b/FirebaseInstanceID.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseInstanceID' - s.version = '4.2.0' + s.version = '4.2.1' s.summary = 'Firebase InstanceID for iOS' s.description = <<-DESC diff --git a/FirebaseMessaging.podspec b/FirebaseMessaging.podspec index be655a0a8b8..e6ec531aed3 100644 --- a/FirebaseMessaging.podspec +++ b/FirebaseMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseMessaging' - s.version = '4.1.0' + s.version = '4.1.1' s.summary = 'Firebase Messaging for iOS' s.description = <<-DESC diff --git a/FirebaseStorage.podspec b/FirebaseStorage.podspec index 122aed565e4..ab7d65b5a0c 100644 --- a/FirebaseStorage.podspec +++ b/FirebaseStorage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseStorage' - s.version = '3.2.1' + s.version = '3.3.0' s.summary = 'Firebase Storage for iOS (plus community support for macOS and tvOS)' s.description = <<-DESC diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile index 2780a2221d0..c5272b9c695 100644 --- a/Firestore/Example/Podfile +++ b/Firestore/Example/Podfile @@ -43,7 +43,7 @@ target 'Firestore_Example_iOS' do # The next line is the forcing function for the Firebase pod. The Firebase # version's subspecs should depend on the component versions in their # corresponding podspec's. - pod 'Firebase/CoreOnly', '6.3.0' + pod 'Firebase/CoreOnly', '6.4.0' pod 'FirebaseAuth', :path => '../../' pod 'FirebaseAuthInterop', :path => '../../' diff --git a/Releases/Manifests/6.4.0.json b/Releases/Manifests/6.4.0.json new file mode 100644 index 00000000000..6a984e0497e --- /dev/null +++ b/Releases/Manifests/6.4.0.json @@ -0,0 +1,8 @@ +{ + "FirebaseAuth":"6.2.0", + "FirebaseCore":"6.0.4", + "FirebaseFirestore":"1.4.1", + "FirebaseInstanceID":"4.2.1", + "FirebaseMessaging":"4.1.1", + "FirebaseStorage":"3.3.0" +} diff --git a/SymbolCollisionTest/Podfile b/SymbolCollisionTest/Podfile index 1f3938eed70..8348d8d2b2b 100644 --- a/SymbolCollisionTest/Podfile +++ b/SymbolCollisionTest/Podfile @@ -10,7 +10,7 @@ target 'SymbolCollisionTest' do # use_frameworks! # Firebase Pods - pod 'Firebase', '6.3.0' + pod 'Firebase', '6.4.0' pod 'FirebaseAnalytics' pod 'FirebaseAuth' pod 'FirebaseCore'