diff --git a/Example/Podfile b/Example/Podfile index 580c0c7c6db..6986e710812 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 their # corresponding podspec's. - pod 'Firebase/CoreOnly', '5.16.0' + pod 'Firebase/CoreOnly', '5.17.0' target 'Core_Tests_iOS' do inherit! :search_paths diff --git a/Firebase/Core/FIROptions.m b/Firebase/Core/FIROptions.m index 08aba37fcdb..54bdc854981 100644 --- a/Firebase/Core/FIROptions.m +++ b/Firebase/Core/FIROptions.m @@ -41,7 +41,7 @@ // Library version ID. NSString *const kFIRLibraryVersionID = @"5" // Major version (one or more digits) - @"02" // Minor version (exactly 2 digits) + @"03" // Minor version (exactly 2 digits) @"00" // Build number (exactly 2 digits) @"000"; // Fixed "000" // Plist file name. diff --git a/Firebase/InAppMessaging/Public/FirebaseInAppMessaging.h b/Firebase/InAppMessaging/Public/FirebaseInAppMessaging.h new file mode 100644 index 00000000000..c23e1f86343 --- /dev/null +++ b/Firebase/InAppMessaging/Public/FirebaseInAppMessaging.h @@ -0,0 +1,18 @@ +/* + * Copyright 2019 Google + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#import "FIRInAppMessaging.h" +#import "FIRInAppMessagingRendering.h" diff --git a/FirebaseAuth.podspec b/FirebaseAuth.podspec index d40714e0ac8..d7cf79ac5be 100644 --- a/FirebaseAuth.podspec +++ b/FirebaseAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseAuth' - s.version = '5.3.0' + s.version = '5.3.1' 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 5215f75b0a5..4e044e4343b 100644 --- a/FirebaseCore.podspec +++ b/FirebaseCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseCore' - s.version = '5.2.0' + s.version = '5.3.0' s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)' s.description = <<-DESC @@ -32,7 +32,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=5.16.0', + 'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.17.0', 'OTHER_CFLAGS' => '-fno-autolink' } end diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec index 76c7b99224d..da9d9d42411 100644 --- a/FirebaseFirestore.podspec +++ b/FirebaseFirestore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseFirestore' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'Google Cloud Firestore for iOS' s.description = <<-DESC diff --git a/FirebaseFunctions.podspec b/FirebaseFunctions.podspec index dbc8d10e411..8777265d291 100644 --- a/FirebaseFunctions.podspec +++ b/FirebaseFunctions.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseFunctions' - s.version = '2.2.0' + s.version = '2.2.1' s.summary = 'Cloud Functions for Firebase iOS SDK.' s.description = <<-DESC diff --git a/FirebaseInAppMessaging.podspec b/FirebaseInAppMessaging.podspec index 46b2ec53584..c18448fc9aa 100644 --- a/FirebaseInAppMessaging.podspec +++ b/FirebaseInAppMessaging.podspec @@ -14,7 +14,7 @@ See more product details at https://firebase.google.com/products/in-app-messagin s.source = { :git => 'https://github.com/firebase/firebase-ios-sdk.git', - :tag => s.version.to_s + :tag => 'InAppMessaging-' + s.version.to_s } s.social_media_url = 'https://twitter.com/Firebase' s.ios.deployment_target = '8.0' diff --git a/FirebaseMessaging.podspec b/FirebaseMessaging.podspec index c03c1ce84a5..7fce0c90a3c 100644 --- a/FirebaseMessaging.podspec +++ b/FirebaseMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FirebaseMessaging' - s.version = '3.3.0' + s.version = '3.3.1' s.summary = 'Firebase Messaging for iOS' s.description = <<-DESC diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile index 9c44b197832..7cd4f07e842 100644 --- a/Firestore/Example/Podfile +++ b/Firestore/Example/Podfile @@ -14,7 +14,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.16.0' + pod 'Firebase/CoreOnly', '5.17.0' pod 'FirebaseAuth', :path => '../../' pod 'FirebaseAuthInterop', :path => '../../' diff --git a/Releases/Manifests/5.17.0.json b/Releases/Manifests/5.17.0.json new file mode 100644 index 00000000000..c2a4da04395 --- /dev/null +++ b/Releases/Manifests/5.17.0.json @@ -0,0 +1,8 @@ +{ + "FirebaseAnalyticsInterop":"1.2.0", + "FirebaseAuth":"5.3.1", + "FirebaseCore":"5.3.0", + "FirebaseFirestore":"1.0.1", + "FirebaseFunctions":"2.2.1", + "FirebaseMessaging":"3.3.1" +} diff --git a/SymbolCollisionTest/Podfile b/SymbolCollisionTest/Podfile index 725ea1eb9ed..f69be8e58b5 100644 --- a/SymbolCollisionTest/Podfile +++ b/SymbolCollisionTest/Podfile @@ -6,7 +6,7 @@ target 'SymbolCollisionTest' do # use_frameworks! # Firebase Pods - pod 'Firebase', '5.16.0' + pod 'Firebase', '5.17.0' pod 'FirebaseAnalytics' pod 'FirebaseAuth' pod 'FirebaseCore'