Nicolò Blunda 3 Posted September 19 Hi. There is a way to pack and deploy universal macOS app, compiled for both INTEL and ARM processors? Actually, I see only way to deploy 2 differents folder/app. Thanks a lot. Share this post Link to post
msohn 28 Posted September 19 You only need to make sure you compile a universal binary. Packing and deployment is unaffected. Ensure the ARM64 platform is enabled and the compiler option set as described here: https://docwiki.embarcadero.com/RADStudio/Athens/en/Delphi_Considerations_for_Multi-Device_Applications#Universal_Binaries 2 Share this post Link to post