Преглед на файлове

Update versions for Release 6.5.0 (#3388)

Paul Beusterien преди 6 години
родител
ревизия
35b9f31af2

+ 1 - 1
Example/Podfile

@@ -21,7 +21,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.4.0'
+  pod 'Firebase/CoreOnly', '6.5.0'
 
   target 'Core_Tests_iOS' do
     inherit! :search_paths

+ 1 - 1
FirebaseAuth.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseAuth'
-  s.version          = '6.2.0'
+  s.version          = '6.2.1'
   s.summary          = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'
 
   s.description      = <<-DESC

+ 2 - 2
FirebaseCore.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseCore'
-  s.version          = '6.0.4'
+  s.version          = '6.1.0'
   s.summary          = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
 
   s.description      = <<-DESC
@@ -36,7 +36,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.4.0',
+      'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.5.0',
     'OTHER_CFLAGS' => '-fno-autolink'
   }
   s.test_spec 'unit' do |unit_tests|

+ 1 - 1
FirebaseDynamicLinks.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseDynamicLinks'
-  s.version          = '4.0.0'
+  s.version          = '4.0.1'
   s.summary          = 'Firebase DynamicLinks for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseFirestore.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseFirestore'
-  s.version          = '1.4.1'
+  s.version          = '1.4.2'
   s.summary          = 'Google Cloud Firestore for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseInAppMessaging.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseInAppMessaging'
-  s.version          = '0.15.1'
+  s.version          = '0.15.2'
   s.summary          = 'Firebase In-App Messaging for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseInAppMessagingDisplay.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseInAppMessagingDisplay'
-  s.version          = '0.15.0'
+  s.version          = '0.15.2'
   s.summary          = 'Firebase In-App Messaging UI for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseInstanceID.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseInstanceID'
-  s.version          = '4.2.1'
+  s.version          = '4.2.2'
   s.summary          = 'Firebase InstanceID for iOS'
 
   s.description      = <<-DESC

+ 1 - 1
FirebaseStorage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseStorage'
-  s.version          = '3.3.0'
+  s.version          = '3.4.0'
   s.summary          = 'Firebase Storage for iOS (plus community support for macOS and tvOS)'
 
   s.description      = <<-DESC

+ 1 - 1
Firestore/Example/Podfile

@@ -32,7 +32,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.4.0'
+  pod 'Firebase/CoreOnly', '6.5.0'
 
   pod 'FirebaseAuth', :path => '../../'
   pod 'FirebaseAuthInterop', :path => '../../'

+ 10 - 0
Releases/Manifests/6.5.0.json

@@ -0,0 +1,10 @@
+{
+  "FirebaseAuth":"6.2.1",
+  "FirebaseCore":"6.1.0",
+  "FirebaseDynamicLinks":"4.0.1",
+  "FirebaseFirestore":"1.4.2",
+  "FirebaseInAppMessaging":"0.15.2",
+  "FirebaseInAppMessagingDisplay":"0.15.2",
+  "FirebaseInstanceID":"4.2.2",
+  "FirebaseStorage":"3.4.0"
+}

+ 1 - 1
SymbolCollisionTest/Podfile

@@ -8,7 +8,7 @@ target 'SymbolCollisionTest' do
   # use_frameworks!
 
   # Firebase Pods
-    pod 'Firebase', '6.4.0'
+    pod 'Firebase', '6.5.0'
     pod 'FirebaseAnalytics'
     pod 'FirebaseAuth'
     pod 'FirebaseCore'