ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
349 stars 35 forks source link

Check for required info.plist keys for system api usage #464

Open ronaldoussoren opened 2 years ago

ronaldoussoren commented 2 years ago

A number of system APIs (like CoreLocation) require having an info.plist key (on modernish systems). Add a feature to py2app that can warn about this from the recipe system.