airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
199 stars 11 forks source link

The latest installer requires Rosetta on M1 Macs #3145

Open rafrafek opened 5 months ago

rafrafek commented 5 months ago

It should be a Universal app, both AIR and the installer

https://github.com/airsdk/Adobe-Runtime-Support/issues/359#issuecomment-828621305

image
ajwfrost commented 5 months ago

Which version is that? The latest installer should be a universal binary:

% file Adobe\ AIR\ Installer.app/Contents/MacOS/Adobe\ AIR\ Installer
Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]
Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer (for architecture x86_64):   Mach-O 64-bit executable x86_64
Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer (for architecture arm64):    Mach-O 64-bit executable arm64

The 33.1.1.744 version would be Intel-only because it contains the WebKit library still..

rafrafek commented 5 months ago

The latest one 50.2.4.1 without WebKit:

https://airsdk.harman.com/assets/downloads/AdobeAIR.dmg

from the page:

https://airsdk.harman.com/runtime

image
ajwfrost commented 5 months ago

Interesting, maybe we had an issue when building that one which didn't show up as a failure in the logs.. I will check and ensure the next update is properly universal: it should be, so that one I think is just a glitch :-(

thanks

rafrafek commented 5 months ago

Thank you for looking into it 🙏