Skip to content

Commit

Permalink
fix(messaging, apple): rename to PrivacyInfo.xcprivacy for privacy …
Browse files Browse the repository at this point in the history
…manifest (#12752)
  • Loading branch information
russellwheatley committed May 7, 2024
1 parent 86b05c3 commit c5bdebc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Pod::Spec.new do |s|
s.dependency 'Flutter'

s.resource_bundles = {
"#{s.module_name}_Privacy" => 'Resources/PrivacyManifest.xcprivacy'
"#{s.module_name}_Privacy" => 'Resources/PrivacyInfo.xcprivacy'
}

s.dependency 'firebase_core'
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Pod::Spec.new do |s|
s.dependency 'Firebase/Messaging', "~> #{firebase_sdk_version}"

s.resource_bundles = {
"#{s.module_name}_Privacy" => 'Resources/PrivacyManifest.xcprivacy'
"#{s.module_name}_Privacy" => 'Resources/PrivacyInfo.xcprivacy'
}

s.static_framework = true
Expand Down

0 comments on commit c5bdebc

Please sign in to comment.