sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
686 stars 104 forks source link

Request Accessibility Permissions on Mac #1628

Closed Pedro-Beirao closed 6 months ago

Pedro-Beirao commented 6 months ago

The 3d mode camera spins like crazy if this permission is not given to Slade. So this shows a Pop Up that tells the user how to fix it

Before this, users needed to google or ask someone how to fix this problem

Pedro-Beirao commented 6 months ago

Also, I would like to make a Mac build to update the one in the website, since that one is pretty old (2019)

What do you think?

sirjuddington commented 6 months ago

If you can make a redistributable build (eg. dmg like the existing ones) for 3.2.4 that would be awesome, I haven't been able to for years and probably still won't for the forseeable future.

Also note I'll probably be releasing 3.2.5 sometime soon so not sure if it would be best to wait until that is finalised (though feel free to see if you can get one going for 3.2.4 in the meantime)

I used to use https://github.com/alexey-lysiuk/slade-macos-build to make the builds though it looks like it's been archived now and is very out of date so I doubt it would still work. There is also issue #1112 which is one of the main reasons the mac build is still stuck at 3.1.6.

Pedro-Beirao commented 6 months ago

I dont need that repo for making the build. The issue linked seems to be due to unsigned binaries. I will be codesigning it, but not with an Apple Developer account since I dont currently have it (People will need to right click -> open)

I'll probably contact you through discord when I get this done