We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ad234 commit 2f467baCopy full SHA for 2f467ba
engine/src/flutter/shell/platform/darwin/macos/BUILD.gn
@@ -253,7 +253,8 @@ copy("copy_framework_module_map") {
253
copy("copy_framework_privacy_manifest") {
254
visibility = [ ":*" ]
255
sources = [ "framework/PrivacyInfo.xcprivacy" ]
256
- outputs = [ "$_flutter_framework_dir/PrivacyInfo.xcprivacy" ]
+ outputs =
257
+ [ "$_flutter_framework_dir/Versions/A/Resources/PrivacyInfo.xcprivacy" ]
258
}
259
260
action("copy_framework_headers") {
0 commit comments