Hello! I thought this might be something this forum could help with!
I wrote a relatively simple Applescript in the Script Editor on High Sierra, and I want to export it as an application that will run on both Intel and PPC macs. I may theoretically need to run it on a PPC Tiger machine some day, and I'd like it to work without recompiling.
I noticed that the applet binary exported from Applescript is not a universal binary—it contains 32bit and 64bit Intel code, but nothing for PPC. Is there any way to make a single, universal PPC/Intel binary?
I don't actually have access to any PPC machines (and I really don't want to deal with an emulator), but I do have a computer running Mavericks, and I can easily spin up Mountain Lion or Snow Leopard in VMWare Fusion. Will any of these OS's export universal binaries, or do I have to do something else?
Thanks!
I wrote a relatively simple Applescript in the Script Editor on High Sierra, and I want to export it as an application that will run on both Intel and PPC macs. I may theoretically need to run it on a PPC Tiger machine some day, and I'd like it to work without recompiling.
I noticed that the applet binary exported from Applescript is not a universal binary—it contains 32bit and 64bit Intel code, but nothing for PPC. Is there any way to make a single, universal PPC/Intel binary?
I don't actually have access to any PPC machines (and I really don't want to deal with an emulator), but I do have a computer running Mavericks, and I can easily spin up Mountain Lion or Snow Leopard in VMWare Fusion. Will any of these OS's export universal binaries, or do I have to do something else?
Thanks!