Skip to content

Commit

Permalink
fix(network_info_plus): Update privacy manifest path on MacOS (#3350)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen authored Nov 7, 2024
1 parent d884a99 commit 18c81ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|

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

0 comments on commit 18c81ef

Please sign in to comment.