Skip to content

Commit

Permalink
Update versions for Release 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidair authored and paulb777 committed Jul 31, 2019
1 parent 61b904d commit 7836217
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0'
pod 'Firebase/CoreOnly', '6.6.0'

target 'Core_Tests_iOS' do
inherit! :search_paths
Expand Down
4 changes: 2 additions & 2 deletions FirebaseAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuth'
s.version = '6.2.1'
s.version = '6.2.2'
s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'

s.description = <<-DESC
Expand Down Expand Up @@ -62,7 +62,7 @@ supports email and password accounts, as well as several 3rd party authenticatio
s.framework = 'Security'
s.ios.framework = 'SafariServices'
s.dependency 'FirebaseAuthInterop', '~> 1.0'
s.dependency 'FirebaseCore', '~> 6.0'
s.dependency 'FirebaseCore', '~> 6.2'
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 6.2'
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
s.dependency 'GTMSessionFetcher/Core', '~> 1.1'
Expand Down
8 changes: 4 additions & 4 deletions FirebaseCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseCore'
s.version = '6.1.0'
s.version = '6.2.0'
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'

s.description = <<-DESC
Expand Down Expand Up @@ -33,13 +33,13 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
s.tvos.framework = 'UIKit'
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
s.dependency 'GoogleUtilities/Logger', '~> 6.2'
s.dependency 'FirebaseCoreDiagnosticsInterop', '~> 0.1'
s.dependency 'FirebaseCoreDiagnostics', '~> 0.1'
s.dependency 'FirebaseCoreDiagnosticsInterop', '~> 1.0'
s.dependency 'FirebaseCoreDiagnostics', '~> 1.0'

s.pod_target_xcconfig = {
'GCC_C_LANGUAGE_STANDARD' => 'c99',
'GCC_PREPROCESSOR_DEFINITIONS' =>
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.5.0',
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.6.0',
'OTHER_CFLAGS' => '-fno-autolink'
}
s.test_spec 'unit' do |unit_tests|
Expand Down
6 changes: 3 additions & 3 deletions FirebaseCoreDiagnostics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseCoreDiagnostics'
s.version = '0.1.0'
s.version = '1.0.0'
s.summary = 'Firebase Core Diagnostics'

s.description = <<-DESC
Expand Down Expand Up @@ -44,8 +44,8 @@ non-Cocoapod integration. This library also respects the Firebase global data co
s.source_files = 'Firebase/CoreDiagnostics/FIRCDLibrary/**/*.[cmh]'
s.framework = 'Foundation'

s.dependency 'FirebaseCoreDiagnosticsInterop', '~> 0.1'
s.dependency 'GoogleDataTransportCCTSupport', '~> 0.2'
s.dependency 'FirebaseCoreDiagnosticsInterop', '~> 1.0'
s.dependency 'GoogleDataTransportCCTSupport', '~> 1.0'
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
s.dependency 'GoogleUtilities/Logger', '~> 6.2'

Expand Down
2 changes: 1 addition & 1 deletion FirebaseCoreDiagnosticsInterop.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseCoreDiagnosticsInterop'
s.version = '0.1.0'
s.version = '1.0.0'
s.summary = 'Interfaces that allow other Firebase SDKs to use CoreDiagnostics functionality.'

s.description = <<-DESC
Expand Down
6 changes: 3 additions & 3 deletions FirebaseDynamicLinks.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseDynamicLinks'
s.version = '4.0.1'
s.version = '4.0.2'
s.summary = 'Firebase DynamicLinks for iOS'

s.description = <<-DESC
Expand All @@ -26,8 +26,8 @@ Firebase Dynamic Links are deep links that enhance user experience and increase
s.public_header_files = 'Firebase/DynamicLinks/Public/*.h'
s.frameworks = 'AssetsLibrary', 'MessageUI', 'QuartzCore'
s.weak_framework = 'WebKit'
s.dependency 'FirebaseCore', '~> 6.0'
s.dependency 'FirebaseAnalyticsInterop', '~> 1.0'
s.dependency 'FirebaseCore', '~> 6.2'
s.dependency 'FirebaseAnalyticsInterop', '~> 1.3'

s.pod_target_xcconfig = {
'GCC_C_LANGUAGE_STANDARD' => 'c99',
Expand Down
4 changes: 2 additions & 2 deletions FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFirestore'
s.version = '1.4.2'
s.version = '1.4.3'
s.summary = 'Google Cloud Firestore for iOS'

s.description = <<-DESC
Expand Down Expand Up @@ -52,7 +52,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
s.public_header_files = 'Firestore/Source/Public/*.h'

s.dependency 'FirebaseAuthInterop', '~> 1.0'
s.dependency 'FirebaseCore', '~> 6.0'
s.dependency 'FirebaseCore', '~> 6.2'
s.dependency 'gRPC-C++', '0.0.9'
s.dependency 'leveldb-library', '~> 1.20'
s.dependency 'Protobuf', '~> 3.1'
Expand Down
6 changes: 3 additions & 3 deletions FirebaseInAppMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseInAppMessaging'
s.version = '0.15.2'
s.version = '0.15.3'
s.summary = 'Firebase In-App Messaging for iOS'

s.description = <<-DESC
Expand Down Expand Up @@ -32,7 +32,7 @@ See more product details at https://firebase.google.com/products/in-app-messagin
'FIRInAppMessaging_LIB_VERSION=' + String(s.version)
}

s.dependency 'FirebaseCore', '~> 6.0'
s.ios.dependency 'FirebaseAnalyticsInterop', '~> 1.2'
s.dependency 'FirebaseCore', '~> 6.2'
s.ios.dependency 'FirebaseAnalyticsInterop', '~> 1.3'
s.dependency 'FirebaseInstanceID', '~> 4.0'
end
4 changes: 2 additions & 2 deletions FirebaseInAppMessagingDisplay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseInAppMessagingDisplay'
s.version = '0.15.2'
s.version = '0.15.3'
s.summary = 'Firebase In-App Messaging UI for iOS'

s.description = <<-DESC
Expand Down Expand Up @@ -40,6 +40,6 @@ Firebase In-App Messaging SDK.
'FIRInAppMessagingDisplay_LIB_VERSION=' + String(s.version)
}

s.dependency 'FirebaseCore', '~> 6.0'
s.dependency 'FirebaseCore', '~> 6.2'
s.dependency 'FirebaseInAppMessaging', '>=0.15.0'
end
6 changes: 3 additions & 3 deletions FirebaseMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseMessaging'
s.version = '4.1.1'
s.version = '4.1.2'
s.summary = 'Firebase Messaging for iOS'

s.description = <<-DESC
Expand Down Expand Up @@ -40,8 +40,8 @@ device, and it is completely free.
}
s.framework = 'SystemConfiguration'
s.weak_framework = 'UserNotifications'
s.dependency 'FirebaseAnalyticsInterop', '~> 1.1'
s.dependency 'FirebaseCore', '~> 6.0'
s.dependency 'FirebaseAnalyticsInterop', '~> 1.3'
s.dependency 'FirebaseCore', '~> 6.2'
s.dependency 'FirebaseInstanceID', '~> 4.1'
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 6.2'
s.dependency 'GoogleUtilities/Reachability', '~> 6.2'
Expand Down
2 changes: 1 addition & 1 deletion Firestore/Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0'
pod 'Firebase/CoreOnly', '6.6.0'

pod 'FirebaseAuth', :path => '../../'
pod 'FirebaseAuthInterop', :path => '../../'
Expand Down
2 changes: 1 addition & 1 deletion GoogleDataTransport.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GoogleDataTransport'
s.version = '0.2.0'
s.version = '1.0.0'
s.summary = 'Google iOS SDK data transport.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions GoogleDataTransportCCTSupport.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'GoogleDataTransportCCTSupport'
s.version = '0.2.0'
s.version = '1.0.0'
s.summary = 'Support library for the GoogleDataTransport CCT backend target.'


Expand Down Expand Up @@ -30,7 +30,7 @@ Support library to provide event prioritization and uploading for the GoogleData
s.source_files = 'GoogleDataTransportCCTSupport/GDTCCTLibrary/**/*'
s.private_header_files = 'GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/*.h'

s.dependency 'GoogleDataTransport', '~> 0.2'
s.dependency 'GoogleDataTransport', '~> 1.0'
s.dependency 'nanopb'

header_search_paths = {
Expand Down
13 changes: 13 additions & 0 deletions Releases/Manifests/6.6.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"GoogleDataTransportCCTSupport":"1.0.0",
"GoogleDataTransport":"1.0.0",
"FirebaseCoreDiagnosticsInterop":"1.0.0",
"FirebaseCoreDiagnostics":"1.0.0",
"FirebaseCore":"6.2.0",
"FirebaseAuth":"6.2.2",
"FirebaseDynamicLinks":"4.0.2",
"FirebaseFirestore":"1.4.3",
"FirebaseInAppMessaging":"0.15.3",
"FirebaseInAppMessagingDisplay":"0.15.3",
"FirebaseMessaging":"4.1.2"
}
1 change: 0 additions & 1 deletion Releases/update-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def PushPodspecs(version_data):
version_data: dictionary of versions to be updated.
"""
pods = version_data.keys()
pods.insert(0, pods.pop(pods.index('FirebaseCore'))) # Core should be first
tmp_dir = tempfile.mkdtemp()
for pod in pods:
LogOrRun('pod cache clean {} --all'.format(pod))
Expand Down
2 changes: 1 addition & 1 deletion SymbolCollisionTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'SymbolCollisionTest' do
# use_frameworks!

# Firebase Pods
pod 'Firebase', '6.5.0'
pod 'Firebase', '6.6.0'
pod 'FirebaseAnalytics'
pod 'FirebaseAuth'
pod 'FirebaseCore'
Expand Down

0 comments on commit 7836217

Please sign in to comment.