Py2app - how to build single app for Intel and Silicon

187 Views Asked by At

I have built a python application uisng Py2app to compile it into a .app using a Mac Pro with an Intel CPU, this runs fine on other Intel CPU Macs. I have also built the same python application uisng Py2app to compile it into a .app using a new Macbook with an M1 chip, this runs fine on other Silicon CPU Macs, but won't run on Intel macs. My question is, how can I build a single app which runs on both Intel and Silicon Macs.

0

There are 0 best solutions below