mworks / mworks-issues

MWorks issue tracker
0 stars 0 forks source link

Add privacy manifest file(s) to iPad app #455

Open cstawarz opened 6 months ago

cstawarz commented 6 months ago

From Describing use of required reason API:

For each executable or dynamic library in an app that uses a required reason API, the bundle that includes the executable or dynamic library needs to include a privacy manifest file that reports the API.

I guess this means we need to add a privacy manifest to every framework and plugin that uses a required reason API? This is going to be particularly annoying for MWorksPython, which wraps all sorts of API's that MWorks doesn't use itself.