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

Merge pull request #1695 from firebase/release-5.6.0

Update versions for Release 5.6.0
Paul Beusterien преди 7 години
родител
ревизия
270b1cd4fa
променени са 5 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 1 1
      Example/Podfile
  2. 1 1
      Firebase/Core/FIROptions.m
  3. 2 2
      FirebaseCore.podspec
  4. 1 1
      FirebaseFirestore.podspec
  5. 1 1
      Firestore/Example/Podfile

+ 1 - 1
Example/Podfile

@@ -14,7 +14,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/CoreOnly', '5.5.0'
+  pod 'Firebase/CoreOnly', '5.6.0'
 
   target 'Core_Tests_iOS' do
     inherit! :search_paths

+ 1 - 1
Firebase/Core/FIROptions.m

@@ -43,7 +43,7 @@ NSString *const kFIRIsSignInEnabled = @"IS_SIGNIN_ENABLED";
 NSString *const kFIRLibraryVersionID =
     @"5"     // Major version (one or more digits)
     @"01"    // Minor version (exactly 2 digits)
-    @"00"    // Build number (exactly 2 digits)
+    @"01"    // Build number (exactly 2 digits)
     @"000";  // Fixed "000"
 // Plist file name.
 NSString *const kServiceInfoFileName = @"GoogleService-Info";

+ 2 - 2
FirebaseCore.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name             = 'FirebaseCore'
-  s.version          = '5.1.0'
+  s.version          = '5.1.1'
   s.summary          = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
 
   s.description      = <<-DESC
@@ -34,6 +34,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.5.0'
+      'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.6.0'
   }
 end

+ 1 - 1
FirebaseFirestore.podspec

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

+ 1 - 1
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/CoreOnly', '5.5.0'
+  pod 'Firebase/CoreOnly', '5.6.0'
 
   pod 'FirebaseAuth', :path => '../../'
   pod 'FirebaseAuthInterop', :path => '../../'