Skip to content

Commit

Permalink
fix(share_plus): Update privacy manifest path (#3349)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen authored Nov 7, 2024
1 parent f47fcc9 commit d884a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/share_plus/share_plus/macos/share_plus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ https://github.com/flutter/flutter/issues/46618

s.platform = :osx
s.osx.deployment_target = '10.14'
s.resource_bundles = {'share_plus_privacy' => ['PrivacyInfo.xcprivacy']}
s.resource_bundles = {'share_plus_privacy' => ['share_plus/Sources/share_plus/PrivacyInfo.xcprivacy']}
end

0 comments on commit d884a99

Please sign in to comment.