-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we have this on MacOS <12.0 #23
Comments
Sadly I don't have access to any MacBook so I can't make it work
śr., 10 maj 2023, 18:01 użytkownik CurryKitten ***@***.***>
napisał:
… Is there an existing feature request for this?
- I have searched the existing open and closed issues
Feature description
Hi there,
Not a bug, and not so much a feature request, but I wondered if you could
make your MacOS packages for the largest range of OS's you can. Right now,
it's 12.0+ Lot's of people held back on Majove because they want to still
run 32-bit packages
—
Reply to this email directly, view it on GitHub
<#23>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOKQC4UJLUIQSYZM2KFP4DXFO3WTANCNFSM6AAAAAAX46AGBQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I don't have a Mac that I can downgrade to test this with. Can you describe the issue you encounter when running the app and share the log file that's created in |
The app doesn't open, so I don't get a log (or indeed a folder created) It works perfectly when I go ahead and build it myself on my 11.7.5 system. I also note that if I go into the contents of the package I downloaded from the releases and run walksnail-osd-tool directly from Contents/MacOS then it works fine - so this appears to be a packaging issue rather than simply the binary... but I'm afraid I don't know the ins and outs of MacOS packages well enough to say how to fix it |
Ok, so looking further at your environment, I presume you get GitHub to automagically build/package this for you via their VM's and your release.yawl et al. Looking at the targets specifically -
Right now macos-intel is building on macos-latest which is (according to this page https://github.com/actions/runner-images) MacOS-12. Obviously, your macos-arm target does need MacOS 12, but your Intel target doesn't and a package built on 11 should still work on 12 so a "quick hack" option is to switch the runner image to macos-11 Alternatively (and less hacky)... and I must admit to never touching rust before, but in the cargo-bundle docs, I notice that you can specify a I'd be happy to test if this works using my MacOS 11 system, and a MacOS 12 VM, but although I can happily build the binary on the command line, the package part is eluding me. I installed binstall and then cargo-bundle but attempting to follow the yaml file through and running
give me a |
Thanks for looking into this. The fact that your able to run the binary within the app bundle point to a bundling issue so I think you're one the right track with that cargo-bundle option. I need to do some digging myself to figure that out over the weekend. |
Sorry for the delay but I finally found the time to look into this. I split the project up into separate I pushed an update to the release workflow that does this and sets
You can download it here: https://nightly.link/avsaase/walksnail-osd-tool/workflows/release.yaml/master/walksnail-osd-tool-all-platforms.zip |
Sadly, it was still wanting MacOS 12.0 or later. I can see the LSMinimumSystemVersion is set to 10.11 as you mentioned, but it doesn't seem to be helping. Again, the binary inside the package directory works fine when run in isolation. |
Is there an existing feature request for this?
Feature description
Hi there,
Not a bug, and not so much a feature request, but I wondered if you could make your MacOS packages for the largest range of OS's you can. Right now, it's 12.0+ Lot's of people held back on Majove because they want to still run 32-bit packages
The text was updated successfully, but these errors were encountered: