Skip to content

Commit 20a0bda

Browse files
authored
Release 5.13.0 (#2101)
* Update versions for Release 5.13.0 * Revert premature api changes (#2097) * Revert "Add warning for deprecated API to indicate that the passed in domain name's scheme will deduced as https (#2078)" This reverts commit ceb8392. * Revert "Allow setting the domainURIPrefix for custom domain names/paths when creating dynamic links (#2071)" This reverts commit d917bac. * Revert "Minor edits: change domain names in test app plist, fix warnings." This reverts commit 15f5d46. * Revert "Fix style. Run ./scripts/style.sh" This reverts commit 0e16e6c. * Revert "Allow for custom domains in the FDL iOS SDK" This reverts commit 5e33153. * Version is still 3.2.0
1 parent a1966bb commit 20a0bda

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target 'Core_Example_iOS' do
1515
# The next line is the forcing function for the Firebase pod. The Firebase
1616
# version's subspecs should depend on the component versions in their
1717
# corresponding podspec's.
18-
pod 'Firebase/CoreOnly', '5.12.0'
18+
pod 'Firebase/CoreOnly', '5.13.0'
1919

2020
target 'Core_Tests_iOS' do
2121
inherit! :search_paths

Firebase/Core/FIROptions.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
NSString *const kFIRLibraryVersionID =
4444
@"5" // Major version (one or more digits)
4545
@"01" // Minor version (exactly 2 digits)
46-
@"07" // Build number (exactly 2 digits)
46+
@"08" // Build number (exactly 2 digits)
4747
@"000"; // Fixed "000"
4848
// Plist file name.
4949
NSString *const kServiceInfoFileName = @"GoogleService-Info";

FirebaseCore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseCore'
3-
s.version = '5.1.7'
3+
s.version = '5.1.8'
44
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC
@@ -32,7 +32,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3232
s.pod_target_xcconfig = {
3333
'GCC_C_LANGUAGE_STANDARD' => 'c99',
3434
'GCC_PREPROCESSOR_DEFINITIONS' =>
35-
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.12.0',
35+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.13.0',
3636
'OTHER_CFLAGS' => '-fno-autolink'
3737
}
3838
end

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.1.1'
3+
s.version = '3.2.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 = '0.14.0'
3+
s.version = '0.15.0'
44
s.summary = 'Google Cloud Firestore for iOS'
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.12.0'
3+
s.version = '0.12.2'
44
s.summary = 'Firebase In-App Messaging UI for iOS'
55

66
s.description = <<-DESC

Firestore/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ target 'Firestore_Example_iOS' do
1010
# The next line is the forcing function for the Firebase pod. The Firebase
1111
# version's subspecs should depend on the component versions in their
1212
# corresponding podspec's.
13-
pod 'Firebase/CoreOnly', '5.12.0'
13+
pod 'Firebase/CoreOnly', '5.13.0'
1414

1515
pod 'FirebaseAuth', :path => '../../'
1616
pod 'FirebaseAuthInterop', :path => '../../'

0 commit comments

Comments
 (0)