trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

App Updater on Apple "M" Chip #206

Closed martyknapp closed 1 year ago

martyknapp commented 1 year ago

If I build an app (FAT) for the "M" chip Macs the app updater helper will not load. If I set the app to open using Rosetta it opens fine. Does anyone know if we can just replace "Sparkle.framework" with the latest version from Sparkle?

Error-FAT
martyknapp commented 1 year ago

I just replaced the "Sparkle.framework" folder with the latest version from the Sparkle website (2.4.1) and it now loads and seems to work OK. Just a little nervous about it though!

trevordevore commented 1 year ago

@martyknapp The app updater repo is located at https://github.com/trevordevore/levurehelper-app_updater. Will you log your report there?

This commit shows what was done to update to Sparkle 1.23.0. It looks like I just replaced the Sparkle.framework file and updated the README.