Skip to content

Commit 18c81ef

Browse files
authored
fix(network_info_plus): Update privacy manifest path on MacOS (#3350)
1 parent d884a99 commit 18c81ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/network_info_plus/network_info_plus/macos/network_info_plus.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919

2020
s.platform = :osx
2121
s.osx.deployment_target = '10.14'
22-
s.resource_bundles = {'network_info_plus_privacy' => ['PrivacyInfo.xcprivacy']}
22+
s.resource_bundles = {'network_info_plus_privacy' => ['network_info_plus/Sources/network_info_plus/PrivacyInfo.xcprivacy']}
2323
end

0 commit comments

Comments
 (0)