From ac3654572e2795cdaf0d0c0b12351a6af62c6a82 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 27 Jun 2018 07:57:56 -0700 Subject: Update versions for Release 5.4.0 --- Example/Podfile | 2 +- Firebase/Core/FIROptions.m | 2 +- FirebaseAuth.podspec | 2 +- FirebaseCore.podspec | 4 ++-- FirebaseDatabase.podspec | 2 +- FirebaseFirestore.podspec | 2 +- FirebaseFunctions.podspec | 2 +- FirebaseMessaging.podspec | 2 +- Firestore/Example/Podfile | 2 +- Releases/Manifests/5.4.0.json | 8 ++++++++ 10 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 Releases/Manifests/5.4.0.json diff --git a/Example/Podfile b/Example/Podfile index e59b643..6c37a38 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -12,7 +12,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 their # corresponding podspec's. - pod 'Firebase/Core', '5.3.0' + pod 'Firebase/Core', '5.4.0' target 'Core_Tests_iOS' do inherit! :search_paths diff --git a/Firebase/Core/FIROptions.m b/Firebase/Core/FIROptions.m index 7c26623..caf8ca5 100644 --- a/Firebase/Core/FIROptions.m +++ b/Firebase/Core/FIROptions.m @@ -43,7 +43,7 @@ NSString *const kFIRIsSignInEnabled = @"IS_SIGNIN_ENABLED"; NSString *const kFIRLibraryVersionID = @"5" // Major version (one or more digits) @"00" // Minor version (exactly 2 digits) - @"04" // Build number (exactly 2 digits) + @"05" // Build number (exactly 2 digits) @"000"; // Fixed "000" // Plist file name. NSString *const kServiceInfoFileName = @"GoogleService-Info"; diff --git a/FirebaseAuth.podspec b/FirebaseAuth.podspec index 754e172..43c565f 100644 --- a/FirebaseAuth.podspec +++ b/FirebaseAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseAuth' - s.version = '5.0.1' + s.version = '5.0.2' 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 47a653b..8aa0b23 100644 --- a/FirebaseCore.podspec +++ b/FirebaseCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseCore' - s.version = '5.0.4' + s.version = '5.0.5' s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)' s.description = <<-DESC @@ -35,6 +35,6 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration s.pod_target_xcconfig = { 'OTHER_CFLAGS' => '-fno-autolink', 'GCC_PREPROCESSOR_DEFINITIONS' => - 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.3.0' + 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.4.0' } end diff --git a/FirebaseDatabase.podspec b/FirebaseDatabase.podspec index 4fdf954..4993b8a 100644 --- a/FirebaseDatabase.podspec +++ b/FirebaseDatabase.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseDatabase' - s.version = '5.0.1' + s.version = '5.0.2' s.summary = 'Firebase Open Source Libraries for iOS (plus community support for macOS and tvOS)' s.description = <<-DESC diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec index 068d562..a8015b0 100644 --- a/FirebaseFirestore.podspec +++ b/FirebaseFirestore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseFirestore' - s.version = '0.12.4' + s.version = '0.12.5' s.summary = 'Google Cloud Firestore for iOS' s.description = <<-DESC diff --git a/FirebaseFunctions.podspec b/FirebaseFunctions.podspec index 731105c..371f3e0 100644 --- a/FirebaseFunctions.podspec +++ b/FirebaseFunctions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseFunctions' - s.version = '2.0.0' + s.version = '2.1.0' s.summary = 'Cloud Functions for Firebase iOS SDK.' s.description = <<-DESC diff --git a/FirebaseMessaging.podspec b/FirebaseMessaging.podspec index 00a3598..77ec0b3 100644 --- a/FirebaseMessaging.podspec +++ b/FirebaseMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseMessaging' - s.version = '3.0.2' + s.version = '3.0.3' s.summary = 'Firebase Messaging for iOS' s.description = <<-DESC diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile index 881747a..3095b19 100644 --- a/Firestore/Example/Podfile +++ b/Firestore/Example/Podfile @@ -10,7 +10,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/Core', '5.3.0' + pod 'Firebase/Core', '5.4.0' pod 'FirebaseAuth', :path => '../../' pod 'FirebaseCore', :path => '../../' diff --git a/Releases/Manifests/5.4.0.json b/Releases/Manifests/5.4.0.json new file mode 100644 index 0000000..373805a --- /dev/null +++ b/Releases/Manifests/5.4.0.json @@ -0,0 +1,8 @@ +{ + "FirebaseCore":"5.0.5", + "FirebaseAuth":"5.0.2", + "FirebaseDatabase":"5.0.2", + "FirebaseMessaging":"3.0.3", + "FirebaseFirestore":"0.12.5", + "FirebaseFunctions":"2.1.0" +} \ No newline at end of file -- cgit v1.2.3