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
340 stars 36 forks source link

Add workaround for itms-services link issue #527

Open ronaldoussoren opened 2 months ago

ronaldoussoren commented 2 months ago

python issue 120522

The issue describes how adding "itms-services" to a list in urlparse causes problems when uploading apps to the App Store (when using Python 3.12).

Check what the resolution of the linked issue is, and add a recipe to py2app when the decision in that issue is to document a workaround (as opposed to adding a workaround to the CPython code base).