mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The PrivacyInfo.xcprivacy file was originally copied to the top-level macOS framework, but instead needs to be in the Resources directory (which is a different path than iOS). This caused codesigning issues https://github.com/flutter/flutter/issues/157016. The path is being corrected https://github.com/flutter/engine/pull/55938 so update the framework test to handle either path. It will be updated to just check the correct path once it rolls into the framework.