Jenn Magder 077c0084d2
Beta test alternate correct macOS framework xcprivacy manifest location (#157136)
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.
2024-10-18 17:51:51 +00:00
..