Skip to content

Commit

Permalink
Enable nanopb version with privacy manifest (#12412)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Feb 23, 2024
1 parent d264312 commit 0b9af70
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: quickstart_artifacts_ihappmessaging
name: quickstart_artifacts_inappmessaging
path: quickstart-ios/

quickstart_framework_messaging:
Expand Down
2 changes: 1 addition & 1 deletion FirebaseAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.dependency 'GoogleUtilities/MethodSwizzler', '~> 7.11'
s.dependency 'GoogleUtilities/NSData+zlib', '~> 7.11'
s.dependency 'GoogleUtilities/Network', '~> 7.11'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30911.0'

s.default_subspecs = 'AdIdSupport'

Expand Down
2 changes: 1 addition & 1 deletion FirebaseCrashlytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Pod::Spec.new do |s|
s.dependency 'PromisesObjC', '~> 2.1'
s.dependency 'GoogleDataTransport', '~> 9.2'
s.dependency 'GoogleUtilities/Environment', '~> 7.8'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30911.0'

s.libraries = 'c++', 'z'
s.ios.frameworks = 'Security', 'SystemConfiguration'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseFirestoreInternal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,

s.dependency 'gRPC-C++', '~> 1.49.1'
s.dependency 'leveldb-library', '~> 1.22'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30911.0'

s.ios.frameworks = 'SystemConfiguration', 'UIKit'
s.osx.frameworks = 'SystemConfiguration'
Expand Down
2 changes: 1 addition & 1 deletion FirebaseInAppMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ See more product details at https://firebase.google.com/products/in-app-messagin
s.dependency 'FirebaseInstallations', '~> 10.0'
s.dependency 'FirebaseABTesting', '~> 10.0'
s.dependency 'GoogleUtilities/Environment', '~> 7.8'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30911.0'

s.test_spec 'unit' do |unit_tests|
unit_tests.scheme = { :code_coverage => true }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ device, and it is completely free.
s.dependency 'GoogleUtilities/Environment', '~> 7.8'
s.dependency 'GoogleUtilities/UserDefaults', '~> 7.8'
s.dependency 'GoogleDataTransport', '~> 9.3'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30911.0'

s.test_spec 'unit' do |unit_tests|
unit_tests.scheme = { :code_coverage => true }
Expand Down
2 changes: 1 addition & 1 deletion FirebasePerformance.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Firebase Performance library to measure performance of Mobile and Web Apps.
s.dependency 'GoogleUtilities/Environment', '~> 7.8'
s.dependency 'GoogleUtilities/ISASwizzler', '~> 7.8'
s.dependency 'GoogleUtilities/MethodSwizzler', '~> 7.8'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30911.0'

s.test_spec 'unit' do |unit_tests|
unit_tests.platforms = {:ios => ios_deployment_target, :tvos => tvos_deployment_target}
Expand Down
2 changes: 1 addition & 1 deletion FirebaseSessions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Pod::Spec.new do |s|
s.dependency 'FirebaseInstallations', '~> 10.0'
s.dependency 'GoogleDataTransport', '~> 9.2'
s.dependency 'GoogleUtilities/Environment', '~> 7.10'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30911.0'
s.dependency 'PromisesSwift', '~> 2.1'

s.pod_target_xcconfig = {
Expand Down
2 changes: 1 addition & 1 deletion GoogleAppMeasurement.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.dependency 'GoogleUtilities/MethodSwizzler', '~> 7.11'
s.dependency 'GoogleUtilities/NSData+zlib', '~> 7.11'
s.dependency 'GoogleUtilities/Network', '~> 7.11'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30911.0'

s.default_subspecs = 'AdIdSupport'

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ let package = Package(
),
.package(
url: "https://github.com/firebase/nanopb.git",
"2.30909.0" ..< "2.30910.0"
"2.30909.0" ..< "2.30911.0"
),
abseilDependency(),
grpcDependency(),
Expand Down

2 comments on commit 0b9af70

@ymoyao
Copy link

@ymoyao ymoyao commented on 0b9af70 Feb 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi, when are you going to push to the cocoapod?

@paulb777
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plan to sometime in the next two weeks

Please sign in to comment.